Home
last modified time | relevance | path

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

123

/freebsd/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/contrib/kyua/utils/logging/
H A Dmacros.hpp50 #define LE(message) utils::logging::log(utils::logging::level_error, \ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp187 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams()
263 bool LE = TM.isLittleEndian(); in assureFPCallStub() local
448 bool LE = TM.isLittleEndian(); in createFPFnStub() local
H A DMipsAsmPrinter.cpp873 unsigned FPReg2, bool LE) { in EmitMovFPIntPair()
885 bool LE, bool ToFP) { in EmitSwapFPIntParams()
918 bool LE) { in EmitSwapFPIntRetval()
946 bool LE = getDataLayout().isLittleEndian(); in EmitFPCallStub() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h187 void push(const LineEntry &LE) { in push()
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp108 LE = MD.live_end(PI); in finishAssembly() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h37 LE = 0xc, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h32 LE, enumerator
158 LE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp135 endian::Writer LE(OS, llvm::endianness::little); in serializeV0() local
158 endian::Writer LE(OS, llvm::endianness::little); in serializeV2() local
178 endian::Writer LE(OS, llvm::endianness::little); in serializeV3() local
H A DInstrProfWriter.cpp98 support::endian::Writer LE; member in llvm::ProfOStream
126 endian::Writer LE(Out, llvm::endianness::little); in EmitKeyDataLength() local
155 endian::Writer LE(Out, llvm::endianness::little); in EmitData() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h92 void VisitLambdaExpr(PTR(LambdaExpr) LE) { in VisitLambdaExpr()
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp304 BasicBlock::const_iterator LI = L->begin(), LE = L->end(); in diff() local
774 for (Function::const_arg_iterator LI = L->arg_begin(), LE = L->arg_end(), in diff() local
799 BasicBlock::const_iterator LE = LStart->getParent()->end(); in runBlockDiff() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp345 LineEntry LE(StartAddress, Gsym.insertFile(FilePath), *Line); in convertFunctionLineTable() local
396 LineEntry LE(RowAddress, FileIdx, Row.Line); in convertFunctionLineTable() local
H A DGsymReader.cpp359 for (auto &LE: LT) { dump() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h44 LE, // Less than or equal <, ==, or unordered enumerator
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp97 LineEditor *LE; member
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcodecs.c114 #define LE(x, y) GE(y, x) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h271 iterator LI = begin(), LE = end(); merge() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp472 if (auto *LE = dyn_cast<LambdaExpr>(ObjectArg->IgnoreImplicit()); in visitLifetimeBoundArguments() local
803 if (auto *LE = dyn_cast<LambdaExpr>(Init)) { in visitLocalsRetainedByInitializer() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp601 for (llvm::vfs::directory_iterator LI = getVFS().dir_begin(Path, EC), LE; in addLibStdCXXIncludePaths() local
/freebsd/contrib/ncurses/progs/
H A Dtset.c217 #define LE (LT | EQ) macro
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp69 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl()
198 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFUnit()

123