Home
last modified time | relevance | path

Searched defs:LE (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-src/lib/libpmc/
H A Dpmclog.c81 #define PMCLOG_INITIALIZE_READER(LE,A) LE = (uint32_t *) &(A) argument
82 #define PMCLOG_SKIP32(LE) (LE)++ argument
83 #define PMCLOG_READ32(LE,V) do { \ argument
86 #define PMCLOG_READ64(LE,V) do { \ argument
93 #define PMCLOG_READSTRING(LE,DST,LEN) strlcpy((DST), (char *) (LE), (LEN)) argument
/freebsd-src/contrib/kyua/utils/logging/
H A Dmacros.hpp50 #define LE(message) utils::logging::log(utils::logging::level_error, \ macro
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h187 void push(const LineEntry &LE) { in push()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp187 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams() argument
263 bool LE = TM.isLittleEndian(); in assureFPCallStub() local
448 bool LE = TM.isLittleEndian(); createFPFnStub() local
[all...]
H A DMipsAsmPrinter.cpp869 EmitMovFPIntPair(const MCSubtargetInfo & STI,unsigned MovOpc,unsigned Reg1,unsigned Reg2,unsigned FPReg1,unsigned FPReg2,bool LE) EmitMovFPIntPair() argument
881 EmitSwapFPIntParams(const MCSubtargetInfo & STI,Mips16HardFloatInfo::FPParamVariant PV,bool LE,bool ToFP) EmitSwapFPIntParams() argument
914 EmitSwapFPIntRetval(const MCSubtargetInfo & STI,Mips16HardFloatInfo::FPReturnVariant RV,bool LE) EmitSwapFPIntRetval() argument
942 bool LE = getDataLayout().isLittleEndian(); EmitFPCallStub() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h28 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
H A DDWARFTypeUnit.h30 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp108 LE = MD.live_end(PI); in finishAssembly() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h37 LE = 0xc, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp16 endian::Writer LE(OS, llvm::endianness::little); serialize() local
[all...]
H A DInstrProfWriter.cpp96 support::endian::Writer LE; global() member in llvm::ProfOStream
124 endian::Writer LE(Out, llvm::endianness::little); EmitKeyDataLength() local
153 endian::Writer LE(Out, llvm::endianness::little); EmitData() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h32 LE, enumerator
163 LE, global() enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h92 void VisitLambdaExpr(PTR(LambdaExpr) LE) { in VisitLambdaExpr()
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h133 ConstructionContextItem(const LambdaExpr *LE, unsigned Index) in ConstructionContextItem()
686 const LambdaExpr *LE; variable
693 explicit LambdaCaptureConstructionContext(const LambdaExpr *LE, in LambdaCaptureConstructionContext()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp304 BasicBlock::const_iterator LI = L->begin(), LE = L->end(); in diff() local
780 for (Function::const_arg_iterator LI = L->arg_begin(), LE = L->arg_end(), diff() local
805 BasicBlock::const_iterator LE = LStart->getParent()->end(); runBlockDiff() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp335 LineEntry LE(StartAddress, Gsym.insertFile(FilePath), *Line); convertFunctionLineTable() local
382 LineEntry LE(RowAddress, FileIdx, Row.Line); convertFunctionLineTable() local
H A DGsymReader.cpp411 for (auto &LE: LT) { in dump() local
/freebsd-src/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h44 LE, // Less than or equal <, ==, or unordered enumerator
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp486 if (auto *LE = dyn_cast<LambdaExpr>(S)) { in operator ()() local
504 void findLambdaReferenceCaptures(const LambdaExpr *LE) { in findLambdaReferenceCaptures()
/freebsd-src/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp97 LineEditor *LE; member
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp82 void VisitLambdaExpr(LambdaExpr *LE) { in VisitLambdaExpr()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h279 iterator LI = begin(), LE = end(); in merge() local
/freebsd-src/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcodecs.c114 #define LE(x, y) GE(y, x) macro
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp565 for (llvm::vfs::directory_iterator LI = getVFS().dir_begin(Path, EC), LE; addLibStdCXXIncludePaths() local

123