/external/dexmaker/src/main/java/com/google/dexmaker/ |
H A D | Comparison.java | 36 LE() { method in enum:Comparison
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 21 StringRef SOS, StringRef AOS, bool LE, 23 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LE, UnitSection) {} 19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, bool LE, const DWARFUnitSectionBase &UnitSection) argument
|
H A D | DWARFTypeUnit.h | 24 StringRef SOS, StringRef AOS, bool LE, 26 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LE, UnitSection) {} 22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, bool LE, const DWARFUnitSectionBase &UnitSection) argument
|
/external/llvm/unittests/LineEditor/ |
H A D | LineEditor.cpp | 20 LineEditor *LE; member in class:LineEditorTest 29 LE = new LineEditor("test", HistPath); 33 delete LE; 39 LE->saveHistory(); 40 LE->loadHistory(); 61 LE->setListCompleter(TestListCompleter(Comps)); 62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); 67 LE->setListCompleter(TestListCompleter(Comps)); 68 CA = LE->getCompletionAction("", 0); 79 LE [all...] |
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
H A D | SkPdfLineAnnotationDictionary_autogen.cpp | 59 SkPdfArray* SkPdfLineAnnotationDictionary::LE(SkPdfNativeDoc* doc) { function in class:SkPdfLineAnnotationDictionary 60 SkPdfNativeObject* ret = get("LE", ""); 68 return get("LE", "") != NULL;
|
/external/clang/include/clang/AST/ |
H A D | EvaluatedExprVisitor.h | 86 void VisitLambdaExpr(LambdaExpr *LE) { argument 88 for (LambdaExpr::capture_init_iterator I = LE->capture_init_begin(), 89 E = LE->capture_init_end();
|
/external/valgrind/none/tests/s390x/ |
H A D | cgij.c | 23 #define LE C macro 62 CGIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
|
H A D | cgrj.c | 23 #define LE C macro 67 CGRJ(7,8,8,LE) "\n\t"
|
H A D | cij.c | 23 #define LE C macro 62 CIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
|
H A D | clgij.c | 23 #define LE C macro 62 CLGIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
|
H A D | clgrj.c | 23 #define LE C macro 67 CLGRJ(7,8,8,LE) "\n\t"
|
H A D | clij.c | 23 #define LE C macro 62 CLIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
|
H A D | clrj.c | 23 #define LE C macro 67 CLRJ(7,8,8,LE) "\n\t"
|
H A D | crj.c | 23 #define LE C macro 67 CRJ(7,8,8,LE) "\n\t"
|
/external/clang/tools/libclang/ |
H A D | IndexBody.cpp | 152 bool TraverseLambdaCapture(LambdaExpr *LE, const LambdaCapture *C) { argument
|
/external/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 98 LineEditor *LE; member in struct:LineEditor::InternalData 112 return Data->LE->getPrompt().c_str(); 142 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( 179 OS << Data->LE->getPrompt() 200 Data->LE = this;
|
/external/llvm/unittests/ProfileData/ |
H A D | CoverageMappingTest.cpp | 105 void addCMR(Counter C, StringRef File, unsigned LS, unsigned CS, unsigned LE, argument 108 CounterMappingRegion::makeRegion(C, getFile(File), LS, CS, LE, CE)); 112 unsigned CS, unsigned LE, unsigned CE) { 114 getFile(File), getFile(ExpandedFile), LS, CS, LE, CE)); local 111 addExpansionCMR(StringRef File, StringRef ExpandedFile, unsigned LS, unsigned CS, unsigned LE, unsigned CE) argument
|
/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 35 StringRef SOS, StringRef AOS, bool LE, 39 isLittleEndian(LE), UnitSection(UnitSection) { 33 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, bool LE, const DWARFUnitSectionBase &UnitSection) argument
|
/external/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 199 bool LE, bool ToFP) { 212 if (LE) { 221 if (LE) { 230 if (LE) { 243 if (LE) { 267 bool LE = TM.isLittleEndian(); local 289 swapFPIntParams(PV, M, IAH, LE, true); 302 if (LE) { 311 if (LE) { 320 if (LE) { 198 swapFPIntParams(FPParamVariant PV, Module *M, InlineAsmHelper &IAH, bool LE, bool ToFP) argument 456 bool LE = TM.isLittleEndian(); local [all...] |
/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 38 LE, enumerator in enum:llvm::NVPTXCC::CondCodes 52 case NVPTXCC::LE: 162 LE, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
|
/external/llvm/tools/llvm-diff/ |
H A D | DifferenceEngine.cpp | 195 BasicBlock::iterator LI = L->begin(), LE = L->end(); local 199 assert(LI != LE && RI != R->end()); 214 } while (LI != LE); // This is sufficient: we can't get equality of 219 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI) 465 LI = L->arg_begin(), LE = L->arg_end(), 467 LI != LE && RI != RE; ++LI, ++RI) 489 BasicBlock::iterator LE = LStart->getParent()->end(); local 492 unsigned NL = std::distance(LStart, LE); 520 for (BasicBlock::iterator LI = LStart; LI != LE; ++LI, ++Index) { 564 assert(LI != LE [all...] |
/external/llvm/tools/verify-uselistorder/ |
H A D | verify-uselistorder.cpp | 308 auto LU = L->use_begin(), LE = L->use_end(); local 310 skipUnmappedUsers(LU, LE, LM); 313 while (LU != LE) { 326 skipUnmappedUsers(++LU, LE, LM);
|
/external/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 160 bool TraverseLambdaBody(LambdaExpr *LE) { return true; } argument 286 void VisitLambdaExpr(const LambdaExpr *LE) {} argument
|
/external/javassist/src/main/javassist/compiler/ |
H A D | TokenId.java | 75 int LE = 357; // <= field in interface:TokenId
|
/external/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 87 LE = 3, enumerator in enum:llvm::Dependence::DVEntry::__anon10127
|