Searched defs:DE (Results 1 - 12 of 12) sorted by relevance

/external/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp86 DiagEntry &DE = Entries[i]; local
91 emitString(OS, getLevelName(DE.DiagnosticLevel));
93 if (!DE.Filename.empty()) {
96 emitString(OS, DE.Filename);
99 if (DE.Line != 0) {
101 << " <integer>" << DE.Line << "</integer>\n";
103 if (DE.Column != 0) {
105 << " <integer>" << DE.Column << "</integer>\n";
107 if (!DE.Message.empty()) {
110 emitString(OS, DE
138 DiagEntry DE; local
[all...]
/external/clang/test/SemaCXX/
H A Dfor-range-dereference.cpp61 DeletedEnd DE; local
62 for (auto i : DE) { } // expected-error{{attempt to use a deleted function}} \
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java35 static final String DE = "DE"; field in class:RegionCode
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h113 /// DE - If the target supports dwarf exception info, this pointer is
115 DwarfException *DE; member in class:llvm::AsmPrinter
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp47 MAP(DE, 54) \
77 DC = 7, DD = 8, DE = 9, DF = 10, enumerator in enum:X86Local::__anon9937
923 case X86Local::DE:
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h331 DE = 9 << Op0Shift, DF = 10 << Op0Shift, enumerator in enum:llvm::X86II::__anon9600
/external/clang/lib/AST/
H A DItaniumMangle.cpp2682 const CXXDeleteExpr *DE = cast<CXXDeleteExpr>(E); local
2685 if (DE->isGlobalDelete()) Out << "gs";
2686 Out << (DE->isArrayForm() ? "da" : "dl");
2687 mangleExpression(DE->getArgument());
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp802 const DeclRefExpr *DE = cast<DeclRefExpr>(S); local
803 VisitCommonDeclRefExpr(DE, DE->getDecl(), Pred, Dst);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp328 /// DE - The dwarf emitter for the jit.
329 OwningPtr<JITDwarfEmitter> DE; member in class:__anon9356::JITEmitter
380 DE.reset(new JITDwarfEmitter(jit));
468 if (DE.get()) DE->setModuleInfo(Info);
983 uint8_t *FrameRegister = DE->EmitDwarfTable(F, *this, FnStart, FnEnd,
/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp679 DE = 9, // DE Delaware enumerator in enum:USState
752 PA, PA, PA, PA, PA, PA, PA, DE, DE, DE, // 190-199
/external/clang/lib/Sema/
H A DSemaLookup.cpp454 DeclContext::lookup_iterator DI, DE; local
456 for (llvm::tie(DI,DE) = I->Decls; DI != DE; ++DI)
1690 LookupResult::iterator DI, DE = Result.end(); local
1691 for (DI = Result.begin(); DI != DE; ++DI)
1697 for (DI = Result.begin(); DI != DE; ++DI)
1715 LookupResult::iterator DI = Result.begin(), DE = Result.end(); local
1716 for (; DI != DE; ++DI)
/external/qemu/
H A Dppc-dis.c561 /* The DE field in a DE form instruction. This is like D, but is 12
563 #define DE D + 1
568 #define DES DE + 1
1675 /* A DE form instruction. */
4690 { "lbze", DEO(58,0), DE_MASK, BOOKE64, { RT, DE, RA0 } },
4691 { "lbzue", DEO(58,1), DE_MASK, BOOKE64, { RT, DE, RAL } },
4692 { "lhze", DEO(58,2), DE_MASK, BOOKE64, { RT, DE, RA0 } },
4693 { "lhzue", DEO(58,3), DE_MASK, BOOKE64, { RT, DE, RAL } },
4694 { "lhae", DEO(58,4), DE_MASK, BOOKE64, { RT, DE, RA
559 #define DE macro
[all...]

Completed in 373 milliseconds