| /freebsd/lib/libpmc/ | 
| H A D | pmclog.c | 81 #define	PMCLOG_INITIALIZE_READER(LE,A)	LE = (uint32_t *) &(A)  argument82 #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 D | macros.hpp | 50 #define LE(message) utils::logging::log(utils::logging::level_error, \  macro
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ | 
| H A D | LineTable.h | 187   void push(const LineEntry &LE) {  in push()
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ | 
| H A D | Mips16HardFloat.cpp | 187 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 D | MipsAsmPrinter.cpp | 873                                       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/DWARF/ | 
| H A D | DWARFCompileUnit.h | 28                    const DWARFSection *AOS, const DWARFSection &LS, bool LE,  in DWARFCompileUnit()
 | 
| H A D | DWARFTypeUnit.h | 30                 const DWARFSection &LS, bool LE, bool IsDWO,  in DWARFTypeUnit()
 | 
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | 
| H A D | ErlangGCPrinter.cpp | 108                                        LE = MD.live_end(PI);  in finishAssembly()  local
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ | 
| H A D | ARCInfo.h | 37   LE = 0xc,  enumerator
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ | 
| H A D | NVPTX.h | 32   LE,  enumerator158   LE,  enumerator
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ | 
| H A D | MemProf.cpp | 135   endian::Writer LE(OS, llvm::endianness::little);  in serializeV0()  local158   endian::Writer LE(OS, llvm::endianness::little);  in serializeV2()  local
 178   endian::Writer LE(OS, llvm::endianness::little);  in serializeV3()  local
 
 | 
| H A D | InstrProfWriter.cpp | 98   support::endian::Writer LE;  member in llvm::ProfOStream126     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 D | EvaluatedExprVisitor.h | 92   void VisitLambdaExpr(PTR(LambdaExpr) LE) {  in VisitLambdaExpr()
 | 
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ | 
| H A D | ConstructionContext.h | 133   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 D | DifferenceEngine.cpp | 304     BasicBlock::const_iterator LI = L->begin(), LE = L->end();  in diff()  local774     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 D | DwarfTransformer.cpp | 345       LineEntry LE(StartAddress, Gsym.insertFile(FilePath), *Line);  in convertFunctionLineTable()  local396     LineEntry LE(RowAddress, FileIdx, Row.Line);  in convertFunctionLineTable()  local
 
 | 
| H A D | GsymReader.cpp | 359 for (auto &LE: LT) { dump()  local 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/ | 
| H A D | ARMBaseInfo.h | 44   LE,            // Less than or equal         <, ==, or unordered  enumerator
 | 
| /freebsd/contrib/llvm-project/llvm/lib/LineEditor/ | 
| H A D | LineEditor.cpp | 97   LineEditor *LE;  member 
 | 
| /freebsd/sys/contrib/libsodium/src/libsodium/sodium/ | 
| H A D | codecs.c | 114 #define LE(x, y) GE(y, x)  macro
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ | 
| H A D | simple_ilist.h | 271 iterator LI = begin(), LE = end(); merge()  local 
 | 
| /freebsd/contrib/llvm-project/clang/lib/Sema/ | 
| H A D | CheckExprLifetime.cpp | 472     if (auto *LE = dyn_cast<LambdaExpr>(ObjectArg->IgnoreImplicit());  in visitLifetimeBoundArguments()  local803   if (auto *LE = dyn_cast<LambdaExpr>(Init)) {  in visitLocalsRetainedByInitializer()  local
 
 | 
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ | 
| H A D | WebAssembly.cpp | 601     for (llvm::vfs::directory_iterator LI = getVFS().dir_begin(Path, EC), LE;  in addLibStdCXXIncludePaths()  local
 | 
| /freebsd/contrib/ncurses/progs/ | 
| H A D | tset.c | 217 #define	LE		(LT | EQ)  macro
 | 
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ | 
| H A D | DWARFUnit.cpp | 69     const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO,  in addUnitsImpl()198                      const DWARFSection *AOS, const DWARFSection &LS, bool LE,  in DWARFUnit()
 
 |