/external/clang/test/Index/ |
D | IBOutletCollection.m | 11 // RUN: c-index-test -test-annotate-tokens=%s:4:1:5:1 %s | FileCheck -check-prefix=CHECK-TOK %s 12 // CHECK-TOK: Identifier: "IBOutletCollection" [4:3 - 4:21] macro expansion=IBOutletCollection:1:9 14 // CHECK-TOK: Punctuation: "(" [4:21 - 4:22] attribute(iboutletcollection)= [IBOutletCollection=Obj… 15 // CHECK-TOK: Identifier: "Test" [4:22 - 4:26] ObjCClassRef=Test:3:12 17 // CHECK-TOK: Punctuation: ")" [4:26 - 4:27] 18 // CHECK-TOK: Identifier: "Test" [4:28 - 4:32] ObjCClassRef=Test:3:12 19 // CHECK-TOK: Punctuation: "*" [4:33 - 4:34] ObjCIvarDecl=anOutletCollection:4:34 (Definition) 20 // CHECK-TOK: Identifier: "anOutletCollection" [4:34 - 4:52] ObjCIvarDecl=anOutletCollection:4:34 (…
|
/external/v8/src/asmjs/ |
D | asm-parser.cc | 69 #define TOK(name) AsmJsScanner::kToken_##name macro 345 EXPECT_TOKEN(TOK(UseAsm)); in ValidateModule() 348 while (Peek(TOK(function))) { in ValidateModule() 351 while (Peek(TOK(var))) { in ValidateModule() 417 while (Peek(TOK(var)) || Peek(TOK(const))) { in ValidateModuleVars() 419 if (Check(TOK(var))) { in ValidateModuleVars() 422 EXPECT_TOKEN(TOK(const)); in ValidateModuleVars() 472 } else if (Check(TOK(new))) { in ValidateModuleVar() 569 case TOK(name): \ in ValidateModuleVarNewStdlib() 587 if (Check(TOK(Math))) { in ValidateModuleVarStdlib() [all …]
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 12 // languages. Users of this file must optionally #define the TOK, KEYWORD, 18 #ifndef TOK 19 #define TOK(X) 22 #define PUNCTUATOR(X,Y) TOK(X) 25 #define KEYWORD(X,Y) TOK(kw_ ## X) 64 #define ANNOTATION(X) TOK(annot_ ## X) 121 TOK(unknown) // Not a token. 122 TOK(eof) // End of file. 123 TOK(eod) // End of preprocessing directive (end of line inside a 125 TOK(code_completion) // Code completion marker [all …]
|
D | TokenKinds.h | 26 #define TOK(X) X, macro
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-block-line.m | 44 TOK = 100, enum 80 [connection sendResponseCode:TOK dataFollows:YES
|
/external/clang/lib/Basic/ |
D | TokenKinds.cpp | 19 #define TOK(X) #X, macro
|
D | IdentifierTable.cpp | 207 #define ALIAS(NAME, TOK, FLAGS) \ in AddKeywords() argument 208 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \ in AddKeywords()
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 19524 IŠTOK JOSIP 19525 IŠTOK JOSIP 19526 IŠTOK MIRJANA 19527 IŠTOK STEVAN 48059 REPŠTOK JOŽEF
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 4693 ,"GB","TOK","Stoke","Stoke","DVV","--3-----","RL","0901",,"5059N 00431W", 7692 ,"HU","TOK","T�r�kszentmikl�s","Torokszentmiklos",,"-23-----","RL","0601",,"4710N 02025E", 17277 ,"JP","TOK","Tokachi","Tokachi","01","1-------","AF","9907",,, 21884 ,"NL","TOK","Tollebeek","Tollebeek","FL","1-3-----","RN","0501",,"5241N 00541E",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 752 ,"PG","TOK","Torokina","Torokina",,"---4----","AI","9601",,, 9041 ,"TR","TOK","Topkapi","Topkapi","24","--3-----","RL","1207",,"3906N 03838E","" 25475 ,"US","TOK","Tonkawa","Tonkawa","OK","-23--6--","RL","0401",,"3640N 09718W",
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 32030 ,"FI","TOK","Tolkis (Tolkkinen)","Tolkis (Tolkkinen)","ES","1-------","AI","9912",,, 32031 "","FI","TOK","Tolkkinen (Tolkis)","Tolkkinen (Tolkis)","ES","1-------","AI","9912","","",""
|