/external/libxml2/ |
D | HTMLparser.c | 767 #define DECL (const char**) macro 772 DECL html_inline , NULL , DECL a_attrs , DECL target_attr, NULL 775 DECL html_inline , NULL , DECL html_attrs, NULL, NULL 778 DECL html_inline , NULL , DECL html_attrs, NULL, NULL 781 DECL inline_p , NULL , DECL html_attrs, NULL, NULL 784 DECL flow_param , NULL , NULL , DECL applet_attrs, NULL 787 EMPTY , NULL , DECL area_attrs , DECL target_attr, DECL alt_attr 790 DECL html_inline , NULL , DECL html_attrs, NULL, NULL 793 EMPTY , NULL , NULL , DECL target_attr, DECL href_attrs 796 EMPTY , NULL , NULL, DECL basefont_attrs, NULL [all …]
|
/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/antlr/runtime/ObjC/Framework/examples/treeparser/ |
D | Lang.g | 8 tokens {DECL;} // an imaginary node 12 decl : type ID ';' -> ^(DECL type ID)
|
D | LangDumpDecl.m | 87 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]]; 118 …3/runtime/ObjC/Framework/examples/treeparser/LangDumpDecl.g:8:1: decl : ^( DECL type declarator ) ; 131 …ntlr3/runtime/ObjC/Framework/examples/treeparser/LangDumpDecl.g:8:6: ( ^( DECL type declarator ) )… 132 …/antlr3/runtime/ObjC/Framework/examples/treeparser/LangDumpDecl.g:8:8: ^( DECL type declarator ) /… 136 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45];
|
D | LangParser.m | 184 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]]; 302 …3/runtime/ObjC/Framework/examples/treeparser/Lang.g:12:1: decl : type ID ';' -> ^( DECL type ID ) ; 334 …ntime/ObjC/Framework/examples/treeparser/Lang.g:12:6: ( type ID ';' -> ^( DECL type ID ) ) // rule… 370 // 12:20: -> ^( DECL type ID ) 372 …source/antlr/code/antlr3/runtime/ObjC/Framework/examples/treeparser/Lang.g:12:23: ^( DECL type ID ) 376 [[treeAdaptor createTree:DECL Text:@"DECL"] retain]
|
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
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/ |
D | XMLElementTest.java | 27 private static final String DECL = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; field in XMLElementTest 43 assertEquals(DECL in init_should_write_doctype_when_given() 171 assertEquals(DECL + expected, actual()); in assertContent()
|
/external/antlr/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/libvpx/libvpx/vpx_dsp/x86/ |
D | variance_sse2.c | 426 #define DECL(w, opt) \ macro 432 DECL(4, opt1); \ 433 DECL(8, opt1); \ 434 DECL(16, opt1) 439 #undef DECL 496 #define DECL(w, opt) \ macro 503 DECL(4, opt1); \ 504 DECL(8, opt1); \ 505 DECL(16, opt1) 509 #undef DECL
|
D | highbd_variance_sse2.c | 252 #define DECL(w, opt) \ macro 258 DECL(8, opt); \ 259 DECL(16, opt) 264 #undef DECL 405 #define DECL(w, opt) \ macro 412 DECL(16, opt1) \ 413 DECL(8, opt1) 416 #undef DECL
|
/external/antlr/runtime/ObjC/Framework/ |
D | CommonTreeAdaptor.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).
|
/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/libaom/libaom/aom_dsp/x86/ |
D | variance_sse2.c | 343 #define DECL(w, opt) \ macro 349 DECL(4, opt); \ 350 DECL(8, opt); \ 351 DECL(16, opt) 356 #undef DECL 417 #define DECL(w, opt) \ macro 424 DECL(4, opt); \ 425 DECL(8, opt); \ 426 DECL(16, opt) 430 #undef DECL
|
/external/clang/test/CodeGen/ |
D | cfstring-windows.c | 16 #if defined(DECL)
|