Searched defs:LE (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/contrib/kyua/utils/logging/
H A Dmacros.hpp50 #define LE(message) utils::logging::log(utils::logging::level_error, \ macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h31 inline raw_ostream &operator<<(raw_ostream &OS, const LineEntry &LE) { argument
H A DLineTable.h187 void push(const LineEntry &LE) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument
H A DDWARFTypeUnit.h26 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument
/freebsd-current/share/i18n/esdb/UTF/
H A DMakefile
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h37 LE = 0xc, enumerator in enum:llvm::ARCCC::CondCode
/freebsd-current/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp97 LineEditor *LE; member in struct:LineEditor::InternalData
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp82 void VisitLambdaExpr(LambdaExpr *LE) { argument
/freebsd-current/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcodecs.c114 #define LE(x, y) GE(y, x) macro
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h44 LE, // Less than or equal <, ==, or unordered enumerator in enum:llvm::ARMCC::CondCodes
/freebsd-current/contrib/ncurses/progs/
H A Dtset.c215 #define LE (LT | EQ) macro
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp187 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, argument
263 bool LE = TM.isLittleEndian(); local
448 bool LE = TM.isLittleEndian(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp462 LineEntry &LE = DstLT.get(I); local
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp404 bool TraverseLambdaCapture(LambdaExpr *LE, const LambdaCapture *C, argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h133 ConstructionContextItem(const LambdaExpr *LE, unsigned Index) argument
686 const LambdaExpr *LE; member in class:clang::LambdaCaptureConstructionContext
693 explicit LambdaCaptureConstructionContext(const LambdaExpr *LE, argument
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp427 uint32_t LE = L.LineStart + L.EndDelta; local
434 uint32_t LE = L.LineStart + L.EndDelta; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h32 LE, enumerator in enum:llvm::NVPTXCC::CondCodes
163 LE, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h89 LE = 3, member in struct:llvm::Dependence::DVEntry
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp304 BasicBlock::const_iterator LI = L->begin(), LE = L->end(); local
805 BasicBlock::const_iterator LE = LStart->getParent()->end(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp124 AttributeSet::iterator LI = LAS.begin(), LE = LAS.end(); local
406 const ConstantExpr *LE = cast<ConstantExpr>(L); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp188 bool TraverseLambdaExpr(LambdaExpr *LE) { argument
546 void VisitLambdaExpr(const LambdaExpr *LE) {} argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp65 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) argument
190 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp96 support::endian::Writer LE; member in class:llvm::ProfOStream
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1183 void ExprEngine::VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred, argument
[all...]

Completed in 209 milliseconds

12