/external/clang/test/Index/ |
D | annotate-parameterized-classes.m | 18 …s=%s:7:1:9:1 %s -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-INTERFACE-DECL %s 19 // CHECK-INTERFACE-DECL: Identifier: "T" [7:14 - 7:15] TemplateTypeParameter=T:7:14 20 // CHECK-INTERFACE-DECL: Identifier: "id" [7:18 - 7:20] TypeRef=id:0:0 21 // CHECK-INTERFACE-DECL: Identifier: "U" [7:22 - 7:23] TemplateTypeParameter=U:7:22 22 // CHECK-INTERFACE-DECL: Identifier: "NSObject" [7:26 - 7:34] ObjCClassRef=NSObject:4:12 24 …=%s:10:1:12:1 %s -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-CATEGORY-DECL %s 25 // CHECK-CATEGORY-DECL: Identifier: "T" [10:14 - 10:15] TemplateTypeParameter=T:10:14 26 // CHECK-CATEGORY-DECL: Identifier: "id" [10:18 - 10:20] TypeRef=id:0:0 27 // CHECK-CATEGORY-DECL: Identifier: "U" [10:22 - 10:23] TemplateTypeParameter=U:10:22 28 // CHECK-CATEGORY-DECL: Identifier: "NSObject" [10:26 - 10:34] ObjCClassRef=NSObject:4:12
|
/external/clang/test/CoverageMapping/ |
D | macro-expressions.cpp | 5 #define DECL(T, x) T x macro 70 for (ASSIGN(DECL(int, j), 0); LT(j, i); INC(j)) {} in foo() 72 ASSIGN(DECL(int, k), 0); in foo() 83 for (DECL(int, j) : ARR(int, 1, 2, 3)) {} in foo()
|
/external/clang/include/clang/AST/ |
D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ in Visit() macro 42 #define ABSTRACT_DECL(DECL) in Visit() argument 50 #define DECL(DERIVED, BASE) \ macro
|
D | ASTFwd.h | 21 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro 41 #define ABSTRACT_DECL(DECL) argument 48 #define DECL(DERIVED, BASE) \ macro 52 #define ABSTRACT_DECL(DECL) argument 106 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro 107 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 126 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro 127 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 141 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() macro 142 #define ABSTRACT_DECL(DECL) in PrintStats() argument [all …]
|
D | ASTTypeTraits.cpp | 32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro 79 #define DECL(DERIVED, BASE) \ in getFromNode() macro
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | variance_sse2.c | 312 #define DECL(w, opt) \ macro 318 DECL(4, opt1); \ 319 DECL(8, opt1); \ 320 DECL(16, opt1) 325 #undef DECL 381 #define DECL(w, opt) \ macro 388 DECL(4, opt1); \ 389 DECL(8, opt1); \ 390 DECL(16, opt1) 394 #undef DECL
|
D | highbd_variance_sse2.c | 251 #define DECL(w, opt) \ macro 257 DECL(8, opt); \ 258 DECL(16, opt) 263 #undef DECL 404 #define DECL(w, opt) \ macro 411 DECL(16, opt1) \ 412 DECL(8, opt1) 415 #undef DECL
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
D | Lang.g | 8 tokens {DECL;} // an imaginary node 12 decl : type ID ';' -> ^(DECL type ID)
|
D | LangDumpDecl.m | 93 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]]; 130 * LangDumpDecl.g:8:1: decl : ^( DECL type declarator ) ; 141 // LangDumpDecl.g:8:6: ( ^( DECL type declarator ) ) // ruleBlockSingleAlt 142 // LangDumpDecl.g:8:8: ^( DECL type declarator ) // alt 144 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45];
|
D | LangParser.m | 195 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]]; 317 * Lang.g:12:1: decl : type ID ';' -> ^( DECL type ID ) ; 349 // Lang.g:12:6: ( type ID ';' -> ^( DECL type ID ) ) // ruleBlockSingleAlt 384 // 12:20: -> ^( DECL type ID ) 386 // Lang.g:12:23: ^( DECL type ID ) 390 [treeAdaptor createTree:DECL Text:@"DECL"]
|
D | output | 1 tree: (DECL int a)
|
D | Lang.tokens | 2 DECL=4
|
D | LangDumpDecl.tokens | 2 DECL=4
|
D | LangDumpDecl.g | 8 decl : ^(DECL type declarator)
|
D | README.txt | 10 tree: (DECL int a)
|
D | LangLexer.h | 22 #define DECL 4 macro
|
D | LangDumpDecl.h | 31 #define DECL 4 macro
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | CommonTreeAdaptor.as | 36 * token DECL, but you need to create it as a payload or whatever for 37 * the DECL node as in ^(DECL type ID). 48 * token DECL, but you need to create it as a payload or whatever for 49 * the DECL node as in ^(DECL type ID).
|
D | BaseTreeAdaptor.as | 215 * token DECL, but you need to create it as a payload or whatever for 216 * the DECL node as in ^(DECL type ID). 227 * token DECL, but you need to create it as a payload or whatever for 228 * the DECL node as in ^(DECL type ID).
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRCommonTreeAdaptor.m | 64 * token DECL, but you need to create it as a payload or whatever for 65 * the DECL node as in ^(DECL type ID). 83 * token DECL, but you need to create it as a payload or whatever for 84 * the DECL node as in ^(DECL type ID).
|
D | ANTLRBaseTreeAdaptor.m | 356 * token DECL, but you need to create it as a payload or whatever for 357 * the DECL node as in ^(DECL type ID). 369 * token DECL, but you need to create it as a payload or whatever for 370 * the DECL node as in ^(DECL type ID).
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-direct-large.cc | 39 #define DECL(x) __attribute__((noinline)) static void x() {} macro 42 F4(DECL, f) in F4() argument
|
/external/clang/test/CodeGen/ |
D | cfstring-windows.c | 16 #if defined(DECL)
|
/external/javassist/src/main/javassist/compiler/ |
D | TokenId.java | 121 int DECL = 'D'; // declaration statement field
|