/external/clang/include/clang/AST/ |
H A D | ASTFwd.h | 21 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
|
H A D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ macro 42 #define ABSTRACT_DECL(DECL) 50 #define DECL(DERIVED, BASE) \ macro
|
H A D | ASTTypeTraits.h | 131 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro 185 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl) macro
|
H A D | RecursiveASTVisitor.h | 463 #define ABSTRACT_DECL(DECL) 464 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D); macro 466 // The above header #undefs ABSTRACT_DECL and DECL upon exit. 471 #define DECL(CLASS, BASE) \ macro 678 #define ABSTRACT_DECL(DECL) 679 #define DECL(CLASS, BASE) \ macro 1311 #define DEF_TRAVERSE_DECL(DECL, CODE) \ 1313 bool RecursiveASTVisitor<Derived>::Traverse##DECL(DECL *D) { \ 1317 TRY_TO(WalkUpFrom##DECL( [all...] |
H A D | DeclBase.h | 82 #define DECL(DERIVED, BASE) DERIVED, macro 83 #define ABSTRACT_DECL(DECL)
|
/external/clang/test/CodeGen/ |
H A D | cfstring-windows.c | 1 // RUN: %clang_cc1 -triple thumbv7-windows -fdeclspec -DCF_BUILDING_CF -DDECL -S -emit-llvm %s -o - | FileCheck %s -check-prefix CHECK-CF-IN-CF-DECL 8 // RUN: %clang_cc1 -Os -triple thumbv7-windows -fdeclspec -DCF_BUILDING_CF -DDECL -S -emit-llvm %s -o - | FileCheck %s -check-prefix CHECK-CF-IN-CF-DECL 16 #if defined(DECL) 34 // CHECK-CF-IN-CF-DECL: @__CFConstantStringClassReference = external dllexport global [0 x i32]
|
/external/clang/test/CoverageMapping/ |
H A D | macro-expressions.cpp | 5 #define DECL(T, x) T x macro 70 for (ASSIGN(DECL(int, j), 0); LT(j, i); INC(j)) {} 72 ASSIGN(DECL(int, k), 0); 83 for (DECL(int, j) : ARR(int, 1, 2, 3)) {}
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
H A D | LangLexer.h | 22 #define DECL 4 macro
|
H A D | LangDumpDecl.h | 31 #define DECL 4 macro
|
H A D | LangParser.h | 31 #define DECL 4 macro
|
H A 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];
|
H A 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"]
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
H A D | coverage-direct-large.cc | 39 #define DECL(x) __attribute__((noinline)) static void x() {} macro 42 F4(DECL, f)
|
/external/javassist/src/main/javassist/compiler/ |
H A D | TokenId.java | 121 int DECL = 'D'; // declaration statement field in interface:TokenId
|
H A D | Parser.java | 620 new Stmnt(DECL, parseDeclarator(tbl, d)));
|
H A D | CodeGen.java | 344 else if (op == DECL || op == BLOCK) {
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
H A 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 macro 381 #define DECL(w, opt) \ macro 388 DECL(4, opt1); \ 389 DECL(8, opt1); \ 390 DECL(16, opt1) 394 #undef DECL macro [all...] |
H A D | highbd_variance_sse2.c | 251 #define DECL(w, opt) \ macro 257 DECL(8, opt); \ 258 DECL(16, opt) 263 #undef DECL macro 404 #define DECL(w, opt) \ macro 411 DECL(16, opt1) \ 412 DECL(8, opt1) 415 #undef DECL macro
|
/external/clang/lib/AST/ |
H A D | DeclBase.cpp | 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro 41 #define ABSTRACT_DECL(DECL) 48 #define DECL(DERIVED, BASE) \ macro 52 #define ABSTRACT_DECL(DECL) 106 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; macro 107 #define ABSTRACT_DECL(DECL) 126 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; macro 127 #define ABSTRACT_DECL(DECL) 141 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; macro 142 #define ABSTRACT_DECL(DECL) 147 #define DECL macro 163 #define DECL macro 729 #define DECL macro 736 #define DECL macro 748 #define DECL macro 755 #define DECL macro 867 #define DECL macro 873 #define DECL macro [all...] |
H A D | ASTTypeTraits.cpp | 32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro 79 #define DECL(DERIVED, BASE) \ macro
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
H A 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/clang/include/clang/Sema/ |
H A D | Template.h | 405 #define DECL(DERIVED, BASE) \ macro 407 #define ABSTRACT_DECL(DECL)
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Checker.h | 28 template <typename DECL> 33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); 37 return isa<DECL>(D);
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
H A D | Antlr.Runtime.Tree.pas | 647 /// 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
|
/external/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3023 #define DECL(TYPE, BASE) \ macro 3139 #define DECL(TYPE, BASE) \ macro 3175 #define DECL(TYPE, BASE) \ macro 3194 #define DECL(TYPE, BASE) \ macro
|