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

12

/external/clang/include/clang/AST/
H A DASTFwd.h21 #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.h131 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro
185 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl) macro
H A DRecursiveASTVisitor.h463 #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 DDeclBase.h82 #define DECL(DERIVED, BASE) DERIVED, macro
83 #define ABSTRACT_DECL(DECL)
/external/clang/test/CodeGen/
H A Dcfstring-windows.c1 // 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 Dmacro-expressions.cpp5 #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 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/Posix/
H A Dcoverage-direct-large.cc39 #define DECL(x) __attribute__((noinline)) static void x() {} macro
42 F4(DECL, f)
/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)));
H A DCodeGen.java344 else if (op == DECL || op == BLOCK) {
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvariance_sse2.c312 #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 Dhighbd_variance_sse2.c251 #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 DDeclBase.cpp40 #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 DASTTypeTraits.cpp32 #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 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.h405 #define DECL(DERIVED, BASE) \ macro
407 #define ABSTRACT_DECL(DECL)
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h28 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 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
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp3023 #define DECL(TYPE, BASE) \ macro
3139 #define DECL(TYPE, BASE) \ macro
3175 #define DECL(TYPE, BASE) \ macro
3194 #define DECL(TYPE, BASE) \ macro

Completed in 2369 milliseconds

12