/external/clang/lib/Frontend/ |
LogDiagnosticPrinter.cpp | 87 DiagEntry &DE = Entries[i]; 92 emitString(OS, getLevelName(DE.DiagnosticLevel)); 94 if (!DE.Filename.empty()) { 97 emitString(OS, DE.Filename); 100 if (DE.Line != 0) { 102 << " <integer>" << DE.Line << "</integer>\n"; 104 if (DE.Column != 0) { 106 << " <integer>" << DE.Column << "</integer>\n"; 108 if (!DE.Message.empty()) { 111 emitString(OS, DE.Message) [all...] |
/external/clang/test/SemaCXX/ |
for-range-dereference.cpp | 61 DeletedEnd DE; 62 for (auto i : DE) { } // expected-error{{attempt to use a deleted function}} \
|
/external/clang/lib/Sema/ |
SemaOpenMP.cpp | 139 ExprResult DE = BuildDeclRefExpr(VD, ExprType, VK_RValue, Id.getLoc()); 140 return DE; 160 DeclRefExpr *DE = cast<DeclRefExpr>(*I); 161 VarDecl *VD = cast<VarDecl>(DE->getDecl()); 162 SourceLocation ILoc = DE->getExprLoc(); 324 DeclRefExpr *DE = dyn_cast_or_null<DeclRefExpr>(*I); 325 if (!DE || !isa<VarDecl>(DE->getDecl())) { 330 Decl *D = DE->getDecl(); 336 Vars.push_back(DE); [all...] |
SemaLookup.cpp | 465 DE = I->Decls.end(); DI != DE; ++DI) [all...] |
/external/clang/unittests/Lex/ |
PPCallbacksTest.cpp | 113 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath); 114 DirectoryLookup DL(DE, SrcMgr::C_User, false);
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
RegionCode.java | 38 static final String DE = "DE";
|
/external/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 114 /// DE - If the target supports dwarf exception info, this pointer is 116 DwarfException *DE;
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
SubtypeLocaleUtilsTests.java | 44 InputMethodSubtype DE; 73 DE = mRichImm.findSubtypeByLocaleAndKeyboardLayoutSet( 115 assertEquals("de ", "qwertz", SubtypeLocaleUtils.getKeyboardLayoutSetName(DE)); 128 // de qwertz F German 131 // de qwerty T German (QWERTY) 151 assertEquals("de ", "German", 152 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(DE)); 167 assertEquals("de qwerty", "German (QWERTY)", 192 // de qwertz F Alleman [all...] |
/external/clang/utils/TableGen/ |
ClangDiagnosticsEmitter.cpp | 228 DE = GroupDiags.end(); 229 DI != DE; ++DI) { 258 DE = GroupDiags.end(); 259 assert(DI != DE && "We only care about groups with multiple uses!"); 272 for (++DI; DI != DE; ++DI) {
|
/external/llvm/utils/TableGen/ |
X86RecognizableInstr.cpp | 49 MAP(DE, 58) \ 79 DC = 7, DD = 8, DE = 9, DF = 10, [all...] |
/external/clang/lib/AST/ |
ItaniumMangle.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngine.cpp | [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86BaseInfo.h | 332 DE = 9 << Op0Shift, DF = 10 << Op0Shift,
|
/external/qemu/ |
ppc-dis.c | 561 /* 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 [all...] |