Searched refs:DECL (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/include/clang/AST/
H A DASTFwd.h18 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
H A DDeclVisitor.h40 #define DECL(DERIVED, BASE) \ macro
42 #define ABSTRACT_DECL(DECL)
50 #define DECL(DERIVED, BASE) \ macro
H A DASTTypeTraits.h85 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro
137 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl) macro
H A DDataRecursiveASTVisitor.h394 #define ABSTRACT_DECL(DECL)
395 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D); macro
397 // The above header #undefs ABSTRACT_DECL and DECL upon exit.
402 #define DECL(CLASS, BASE) \ macro
593 #define ABSTRACT_DECL(DECL)
594 #define DECL(CLASS, BASE) \ macro
1195 #define DEF_TRAVERSE_DECL(DECL, CODE) \
1197 bool RecursiveASTVisitor<Derived>::Traverse##DECL(DECL *D) { \
1198 TRY_TO(WalkUpFrom##DECL(
[all...]
H A DRecursiveASTVisitor.h396 #define ABSTRACT_DECL(DECL)
397 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D); macro
399 // The above header #undefs ABSTRACT_DECL and DECL upon exit.
404 #define DECL(CLASS, BASE) \ macro
659 #define ABSTRACT_DECL(DECL)
660 #define DECL(CLASS, BASE) \ macro
1260 #define DEF_TRAVERSE_DECL(DECL, CODE) \
1262 bool RecursiveASTVisitor<Derived>::Traverse##DECL(DECL *D) { \
1263 TRY_TO(WalkUpFrom##DECL(
[all...]
H A DDeclBase.h75 #define DECL(DERIVED, BASE) DERIVED, macro
76 #define ABSTRACT_DECL(DECL)
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c763 #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_attr
[all...]
/external/libxml2/
H A DHTMLparser.c766 #define DECL (const char**) macro
771 DECL html_inline , NULL , DECL a_attrs , DECL target_attr, NULL
774 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
777 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
780 DECL inline_p , NULL , DECL html_attr
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.h22 #define DECL 4 macro
H A DLangDumpDecl.h31 #define DECL 4 macro
H A DLangParser.h31 #define DECL 4 macro
H A DLangDumpDecl.m93 @"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];
H A DLangParser.m195 @"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"]
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-direct-large.cc37 #define DECL(x) __attribute__((noinline)) void x() {} macro
40 F4(DECL, f)
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h751 #define DECL(us,bits) glue3(DECL,us,) (bits) macro
756 DECL(I,8)
757 DECL(U,8)
758 DECL(I,16)
759 DECL(U,16)
760 DECL(I,32)
761 DECL(U,32)
763 DECL(I,64)
764 DECL(
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_sse2.c341 #define DECL(w, opt) \ macro
349 DECL(4, opt2); \
350 DECL(8, opt1); \
351 DECL(16, opt1)
356 #undef DECL macro
418 #define DECL(w, opt) \ macro
428 DECL(4, opt2); \
429 DECL(8, opt1); \
430 DECL(16, opt1)
434 #undef DECL macro
[all...]
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java121 int DECL = 'D'; // declaration statement field in interface:TokenId
H A DParser.java620 new Stmnt(DECL, parseDeclarator(tbl, d)));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_variance_sse2.c317 #define DECL(w, opt) \ macro
325 DECL(4, opt2); \
326 DECL(8, opt1); \
327 DECL(16, opt1)
332 #undef DECL macro
394 #define DECL(w, opt) \ macro
404 DECL(4, opt2); \
405 DECL(8, opt1); \
406 DECL(16, opt1)
410 #undef DECL macro
[all...]
/external/clang/lib/AST/
H A DDeclBase.cpp40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro
41 #define ABSTRACT_DECL(DECL)
80 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; macro
81 #define ABSTRACT_DECL(DECL)
100 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; macro
101 #define ABSTRACT_DECL(DECL)
115 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; macro
116 #define ABSTRACT_DECL(DECL)
121 #define DECL(DERIVED, BASE) \ macro
129 #define ABSTRACT_DECL(DECL)
137 #define DECL macro
625 #define DECL macro
632 #define DECL macro
644 #define DECL macro
651 #define DECL macro
763 #define DECL macro
769 #define DECL macro
[all...]
H A DASTTypeTraits.cpp32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as215 * 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/clang/include/clang/Sema/
H A DTemplate.h398 #define DECL(DERIVED, BASE) \ macro
400 #define ABSTRACT_DECL(DECL)
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h32 template <typename DECL>
37 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR);
41 return isa<DECL>(D);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas647 /// token DECL, but you need to create it as a payload or whatever for
648 /// the DECL node as in ^(DECL type ID).
658 /// token DECL, but you need to create it as a payload or whatever for
659 /// the DECL node as in ^(DECL type ID).
914 /// this class can build the map). I.e., Token DECL means nothing unless the

Completed in 885 milliseconds

12