/external/libxml2/ |
D | HTMLparser.c | 763 #define DECL (const char**) macro 768 DECL html_inline , NULL , DECL a_attrs , DECL target_attr, NULL 771 DECL html_inline , NULL , DECL html_attrs, NULL, NULL 774 DECL html_inline , NULL , DECL html_attrs, NULL, NULL 777 DECL inline_p , NULL , DECL html_attrs, NULL, NULL 780 DECL flow_param , NULL , NULL , DECL applet_attrs, NULL 783 EMPTY , NULL , DECL area_attrs , DECL target_attr, DECL alt_attr 786 DECL html_inline , NULL , DECL html_attrs, NULL, NULL 789 EMPTY , NULL , NULL , DECL target_attr, DECL href_attrs 792 EMPTY , NULL , NULL, DECL basefont_attrs, NULL [all …]
|
/external/clang/include/clang/AST/ |
D | DeclVisitor.h | 33 #define DECL(DERIVED, BASE) \ in Visit() macro 35 #define ABSTRACT_DECL(DECL) in Visit() argument 43 #define DECL(DERIVED, BASE) \ macro
|
D | RecursiveASTVisitor.h | 374 #define ABSTRACT_DECL(DECL) argument 375 #define DECL(CLASS, BASE) \ macro 383 #define DECL(CLASS, BASE) \ macro 601 #define ABSTRACT_DECL(DECL) in TraverseDecl() argument 602 #define DECL(CLASS, BASE) \ in TraverseDecl() macro 1222 #define DEF_TRAVERSE_DECL(DECL, CODE) \ argument 1224 bool RecursiveASTVisitor<Derived>::Traverse##DECL (DECL *D) { \ 1225 TRY_TO(WalkUpFrom##DECL (D)); \
|
D | DeclBase.h | 82 #define DECL(DERIVED, BASE) DERIVED, macro 83 #define ABSTRACT_DECL(DECL) argument 1507 #define DECL(NAME, BASE) macro
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 38 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro 39 #define ABSTRACT_DECL(DECL) argument 64 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro 65 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 83 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro 84 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 98 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() macro 99 #define ABSTRACT_DECL(DECL) in PrintStats() argument 104 #define DECL(DERIVED, BASE) \ in PrintStats() macro 112 #define ABSTRACT_DECL(DECL) in PrintStats() argument [all …]
|
D | DumpXML.cpp | 68 #define DECL(DERIVED, BASE) \ in dispatch() macro 75 #define ABSTRACT_DECL(DECL) in dispatch() argument 80 #define DECL(DERIVED, BASE) \ macro
|
/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
|
D | LangParser.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/javassist/src/main/javassist/compiler/ |
D | TokenId.java | 121 int DECL = 'D'; // declaration statement field
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 32 template <typename DECL> 37 ((const CHECKER *)checker)->checkASTDecl(llvm::cast<DECL>(D), mgr, BR); in _checkDecl() 41 return llvm::isa<DECL>(D); in _handlesDecl()
|
/external/bison/tests/ |
D | cxx-type.at | 21 # _AT_TEST_GLR_CXXTYPES(DECL, RESOLVE1, RESOLVE2) 23 # Store into types.y the calc program, with DECL inserted as a declaration,
|
/external/bison/data/ |
D | c.m4 | 113 # b4_parse_param_for(DECL, FORMAL, BODY) 115 # Iterate over the user parameters, binding the declaration to DECL,
|