/external/clang/test/Index/ |
D | annotate-tokens.m | 159 // CHECK: Keyword: "interface" [1:2 - 1:11] ObjCInterfaceDecl=Foo:1:12 163 // CHECK: Keyword: "int" [2:4 - 2:7] ObjCInstanceMethodDecl=compare::2:8 174 // CHECK: Keyword: "end" [3:2 - 3:5] ObjCInterfaceDecl=Foo:1:12 176 // CHECK: Keyword: "implementation" [5:2 - 5:16] ObjCImplementationDecl=Foo:5:17 (Definition) 180 // CHECK: Keyword: "int" [6:4 - 6:7] ObjCInstanceMethodDecl=compare::6:8 (Definition) 190 // CHECK: Keyword: "return" [7:3 - 7:9] ReturnStmt= 194 // CHECK: Keyword: "void" [8:4 - 8:8] CStyleCastExpr= 197 // CHECK: Keyword: "encode" [8:10 - 8:16] ObjCEncodeExpr= 204 // CHECK: Keyword: "end" [10:2 - 10:5] 205 // CHECK: Keyword: "typedef" [14:1 - 14:8] [all …]
|
D | arc-annotate.m | 14 // CHECK: Keyword: "interface" [1:2 - 1:11] ObjCInterfaceDecl=A:1:12 17 // CHECK: Keyword: "property" [2:2 - 2:10] ObjCPropertyDecl=property:2:34 19 // CHECK: Keyword: "strong" [2:12 - 2:18] ObjCPropertyDecl=property:2:34 21 // CHECK: Keyword: "nonatomic" [2:20 - 2:29] ObjCPropertyDecl=property:2:34 27 // CHECK: Keyword: "property" [3:2 - 3:10] ObjCPropertyDecl=second_property:3:32 29 // CHECK: Keyword: "nonatomic" [3:12 - 3:21] ObjCPropertyDecl=second_property:3:32 31 // CHECK: Keyword: "weak" [3:23 - 3:27] ObjCPropertyDecl=second_property:3:32 36 // CHECK: Keyword: "property" [4:2 - 4:10] ObjCPropertyDecl=third_property:4:45 38 // CHECK: Keyword: "unsafe_unretained" [4:12 - 4:29] ObjCPropertyDecl=third_property:4:45 40 // CHECK: Keyword: "nonatomic" [4:31 - 4:40] ObjCPropertyDecl=third_property:4:45
|
D | annotate-module.m | 22 // CHECK-NEXT: Keyword: "import" [3:2 - 3:8] ModuleImport=DependsOnModule:3:1 25 // CHECK-NEXT: Keyword: "int" [4:1 - 4:4] VarDecl=glob:4:5 41 // CHECK-MOD-NEXT: Keyword: "int" [2:1 - 2:4] VarDecl=Module_Sub:2:6
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyFunctionDumper.cpp | 72 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 82 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 109 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 146 WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual "; in start() 169 WithColor(Printer, PDB_ColorItem::Keyword).get() in start() 197 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 199 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 250 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 252 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump() [all …]
|
D | PrettyTypedefDumper.cpp | 30 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start() 46 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump() 52 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 54 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump() 68 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dump() 77 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump()
|
D | PrettyVariableDumper.cpp | 55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start() 169 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in dumpRight() 171 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in dumpRight() 174 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict"; in dumpRight() 186 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in dump() 192 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const "; in dump() 194 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile "; in dump() 197 WithColor(Printer, PDB_ColorItem::Keyword).get() << " __restrict "; in dump() 213 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in dump()
|
D | PrettyClassDefinitionDumper.cpp | 54 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in prettyPrintClassIntro() 69 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base.getAccess(); in prettyPrintClassIntro() 71 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in prettyPrintClassIntro()
|
D | PrettyBuiltinDumper.cpp | 23 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start() 25 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in start()
|
/external/llvm/tools/llvm-pdbdump/ |
D | FunctionDumper.cpp | 72 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 82 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 109 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 141 WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual "; in start() 164 WithColor(Printer, PDB_ColorItem::Keyword).get() in start() 190 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 192 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 247 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 249 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
|
D | TypedefDumper.cpp | 31 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in start() 47 WithColor(Printer, PDB_ColorItem::Keyword).get() << "enum "; in dump() 53 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 55 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump() 78 WithColor(Printer, PDB_ColorItem::Keyword).get() << "class "; in dump()
|
D | ClassDefinitionDumper.cpp | 38 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in start() 49 WithColor(Printer, PDB_ColorItem::Keyword).get() << Base->getAccess(); in start() 51 WithColor(Printer, PDB_ColorItem::Keyword).get() << " virtual"; in start() 124 WithColor(Printer, PDB_ColorItem::Keyword).get() << "private"; in dumpAccessGroup() 128 WithColor(Printer, PDB_ColorItem::Keyword).get() << "protected"; in dumpAccessGroup() 132 WithColor(Printer, PDB_ColorItem::Keyword).get() << "public"; in dumpAccessGroup()
|
D | VariableDumper.cpp | 50 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start() 58 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in start() 112 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump() 114 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump() 121 WithColor(Printer, PDB_ColorItem::Keyword).get() << "typedef "; in dump()
|
/external/python/httplib2/doc/html/_static/ |
D | pygments.css | 4 .k { color: #007020; font-weight: bold } /* Keyword */ 20 .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ 21 .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ 22 .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ 23 .kp { color: #007020 } /* Keyword.Pseudo */ 24 .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ 25 .kt { color: #902000 } /* Keyword.Type */
|
/external/python/setuptools/docs/_theme/nature/static/ |
D | pygments.css | 2 .k { font-weight: bold } /* Keyword */ 17 .kc { font-weight: bold } /* Keyword.Constant */ 18 .kd { font-weight: bold } /* Keyword.Declaration */ 19 .kp { font-weight: bold } /* Keyword.Pseudo */ 20 .kr { font-weight: bold } /* Keyword.Reserved */ 21 .kt { color: #445588; font-weight: bold } /* Keyword.Type */
|
/external/libnl/doc/stylesheets/ |
D | pygments.css | 8 .highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */ 24 .highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ 25 .highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ 26 .highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */ 27 .highlight .kp { color: #AA22FF } /* Keyword.Pseudo */ 28 .highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ 29 .highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 493 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local 497 if (Keyword == #STR) \ in LexIdentifier() 794 if (Keyword == STR) { \ in LexIdentifier() 817 if (Keyword == #STR) { \ in LexIdentifier() 881 if (Keyword.startswith("DW_" #TYPE "_")) { \ in LexIdentifier() 882 StrVal.assign(Keyword.begin(), Keyword.end()); \ in LexIdentifier() 897 if (Keyword.startswith("DIFlag")) { in LexIdentifier() 898 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier() 902 if (Keyword.startswith("CSK_")) { in LexIdentifier() 903 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier() [all …]
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 206 class Keyword<string name> : Spelling<name, "Keyword">; 388 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">, 389 Keyword<"_Alignas">]; 393 Accessor<"isC11", [Keyword<"_Alignas">]>, 394 Accessor<"isAlignas", [Keyword<"alignas">, 395 Keyword<"_Alignas">]>, 426 let Spellings = [GCC<"always_inline">, Keyword<"__forceinline">]; 479 let Spellings = [Keyword<"asm">, Keyword<"__asm__">]; 529 let Spellings = [GCC<"cdecl">, Keyword<"__cdecl">, Keyword<"_cdecl">]; 677 let Spellings = [Keyword<"_Noreturn">]; [all …]
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 490 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local 493 if (Keyword == #STR) \ in LexIdentifier() 705 if (Keyword == STR) { \ in LexIdentifier() 726 if (Keyword == #STR) { \ in LexIdentifier() 789 if (Keyword.startswith("DW_" #TYPE "_")) { \ in LexIdentifier() 790 StrVal.assign(Keyword.begin(), Keyword.end()); \ in LexIdentifier() 802 if (Keyword.startswith("DIFlag")) { in LexIdentifier() 803 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier() 806 if (Keyword == "NoDebug" || Keyword == "FullDebug" || in LexIdentifier() 807 Keyword == "LineTablesOnly") { in LexIdentifier() [all …]
|
/external/skia/docs/ |
D | markup.bmh | 12 #Keyword 17 #Keyword 18 #Keyword ## <- alternate labeled end of #Keyword
|
/external/skqp/docs/ |
D | markup.bmh | 12 #Keyword 17 #Keyword 18 #Keyword ## <- alternate labeled end of #Keyword
|
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 104 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) { in checkCoroutineContext() argument 107 S.Diag(Loc, diag::err_coroutine_unevaluated_context) << Keyword; in checkCoroutineContext() 117 : diag::err_coroutine_outside_function) << Keyword; in checkCoroutineContext() 125 << isa<CXXDestructorDecl>(FD) << Keyword; in checkCoroutineContext() 127 S.Diag(Loc, diag::err_coroutine_constexpr) << Keyword; in checkCoroutineContext() 129 S.Diag(Loc, diag::err_coroutine_varargs) << Keyword; in checkCoroutineContext()
|
/external/one-true-awk/ |
D | lex.c | 40 typedef struct Keyword { struct 44 } Keyword; argument 46 Keyword keywords[] ={ /* keep sorted: binary searched */ 440 int binsearch(char *w, Keyword *kp, int n) in binsearch() 460 Keyword *kp; in word()
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 641 const char *Keyword; 706 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword) 707 : Declaration(nullptr), Keyword(Keyword), Priority(Priority), 759 return Keyword;
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 436 ElaboratedTypeKeyword Keyword = ETK_None; in getFullyQualifiedType() local 440 Keyword = ETypeInput->getKeyword(); in getFullyQualifiedType() 459 if (Prefix || Keyword != ETK_None) { in getFullyQualifiedType() 460 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
|
/external/libxml2/os400/ |
D | xmllint.cmd | 39 CHOICE('Keyword') SPCVAL( + 74 CHOICE('Keyword') SPCVAL( + 95 CHOICE('Keyword') SPCVAL( +
|