Home
last modified time | relevance | path

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

1234

/netbsd-src/external/bsd/kyua-cli/dist/utils/logging/
H A Dmacros.hpp50 #define LE(message) utils::logging::log(utils::logging::level_error, \ macro
/netbsd-src/tools/m4/bootstrap/
H A Dparser.h7 #define LE 263 macro
H A Dparser.c57 #define LE 263 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
H A DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h187 void push(const LineEntry &LE) { in push()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp186 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams()
262 bool LE = TM.isLittleEndian(); in assureFPCallStub() local
449 bool LE = TM.isLittleEndian(); in createFPFnStub() local
H A DMipsAsmPrinter.cpp908 unsigned FPReg2, bool LE) { in EmitMovFPIntPair()
920 bool LE, bool ToFP) { in EmitSwapFPIntParams()
953 bool LE) { in EmitSwapFPIntRetval()
981 bool LE = getDataLayout().isLittleEndian(); in EmitFPCallStub() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp110 LE = MD.live_end(PI); in finishAssembly() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-repl/
H A DClangRepl.cpp81 llvm::LineEditor LE("clang-repl"); in main() local
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.h80 LE = 281, /* LE */ enumerator
115 #define LE 281 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h37 LE = 0xc, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTX.h31 LE, enumerator
153 LE, enumerator
/netbsd-src/usr.bin/tset/
H A Dmap.c57 #define LE (LT | EQ) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp141 for (auto LIt = df_begin(L), LE = df_end(L); LIt != LE; ++LIt) in run() local
831 for (auto L = df_begin(I), LE = df_end(I); L != LE; ++L) in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto45 LE = 8; enumerator
H A Dcxx_proto.proto41 LE = 10; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp193 BasicBlock::iterator LI = L->begin(), LE = L->end(); in diff() local
495 LI = L->arg_begin(), LE = L->arg_end(), in diff() local
519 BasicBlock::iterator LE = LStart->getParent()->end(); in runBlockDiff() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp88 support::endian::Writer LE; member in llvm::ProfOStream
116 endian::Writer LE(Out, little); in EmitKeyDataLength() local
143 endian::Writer LE(Out, little); in EmitData() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
H A Dlib1funcs.S537 LE: cmpd (r12), (r7, r6) label
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/cr16/
H A Dlib1funcs.S537 LE: cmpd (r12), (r7, r6) label
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h92 void VisitLambdaExpr(PTR(LambdaExpr) LE) { in VisitLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp267 LineEntry LE(StartAddress, CUI.DWARFToGSYMFileIndex(Gsym, *FileIdx), in convertFunctionLineTable() local
303 LineEntry LE(RowAddress, FileIdx, Row.Line); in convertFunctionLineTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h44 LE, // Less than or equal <, ==, or unordered enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp490 if (auto *LE = dyn_cast<LambdaExpr>(S)) { in operator ()() local
508 void findLambdaReferenceCaptures(const LambdaExpr *LE) { in findLambdaReferenceCaptures()

1234