Searched defs:LE (Results 1 - 25 of 46) sorted by relevance

12

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DComparison.java36 LE() { method in enum:Comparison
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h21 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 DDWARFTypeUnit.h24 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 DLineEditor.cpp20 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 DSkPdfLineAnnotationDictionary_autogen.cpp59 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 DEvaluatedExprVisitor.h86 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 Dcgij.c23 #define LE C macro
62 CGIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dcgrj.c23 #define LE C macro
67 CGRJ(7,8,8,LE) "\n\t"
H A Dcij.c23 #define LE C macro
62 CIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclgij.c23 #define LE C macro
62 CLGIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclgrj.c23 #define LE C macro
67 CLGRJ(7,8,8,LE) "\n\t"
H A Dclij.c23 #define LE C macro
62 CLIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclrj.c23 #define LE C macro
67 CLRJ(7,8,8,LE) "\n\t"
H A Dcrj.c23 #define LE C macro
67 CRJ(7,8,8,LE) "\n\t"
/external/clang/tools/libclang/
H A DIndexBody.cpp152 bool TraverseLambdaCapture(LambdaExpr *LE, const LambdaCapture *C) { argument
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp98 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 DCoverageMappingTest.cpp105 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 DDWARFUnit.cpp35 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 DMips16HardFloat.cpp199 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 DNVPTX.h38 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 DDifferenceEngine.cpp195 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 Dverify-uselistorder.cpp308 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 DCodeGenPGO.cpp160 bool TraverseLambdaBody(LambdaExpr *LE) { return true; } argument
286 void VisitLambdaExpr(const LambdaExpr *LE) {} argument
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java75 int LE = 357; // <= field in interface:TokenId
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h87 LE = 3, enumerator in enum:llvm::Dependence::DVEntry::__anon10127

Completed in 540 milliseconds

12