/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 302 #define ABSTRACT_TYPE(CLASS, BASE) in BINOP_LIST() argument 303 #define TYPE(CLASS, BASE) \ in BINOP_LIST() argument 311 #define TYPE(CLASS, BASE) \ argument 324 #define ABSTRACT_TYPELOC(CLASS, BASE) argument 325 #define TYPELOC(CLASS, BASE) \ argument 346 #define TYPE(CLASS, BASE) \ argument 359 #define DECL(CLASS, BASE) \ argument 367 #define DECL(CLASS, BASE) \ argument 449 #define ABSTRACT_TYPE(CLASS, BASE) in TraverseType() argument 450 #define TYPE(CLASS, BASE) \ in TraverseType() argument [all …]
|
D | DeclVisitor.h | 34 #define DECL(DERIVED, BASE) \ in Visit() argument 43 #define DECL(DERIVED, BASE) \ argument
|
D | DeclBase.h | 81 #define DECL(DERIVED, BASE) DERIVED, argument 83 #define DECL_RANGE(BASE, START, END) \ argument 85 #define LAST_DECL_RANGE(BASE, START, END) \ argument 1322 #define DECL(NAME, BASE) argument
|
D | Stmt.h | 99 #define STMT_RANGE(BASE, FIRST, LAST) \ argument 101 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ argument
|
/external/libvpx/vpx_mem/memory_manager/include/ |
D | hmm_cnfg.h | 45 #define HMM_UNIQUE(BASE) hmm_ ## BASE argument 74 #define HMM_UNIQUE(BASE) thmm_ ## BASE argument
|
D | hmm_intrnl.h | 25 #define U(BASE) HMM_UNIQUE(BASE) argument 151 #define AVL_UNIQUE(BASE) U(avl_ ## BASE) argument
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 38 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument 47 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 66 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 81 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 87 #define DECL(DERIVED, BASE) \ in PrintStats() argument 104 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument 557 #define DECL(NAME, BASE) in castFromDeclContext() argument 564 #define DECL(NAME, BASE) in castFromDeclContext() argument 577 #define DECL(NAME, BASE) in castToDeclContext() argument 584 #define DECL(NAME, BASE) in castToDeclContext() argument [all …]
|
D | DumpXML.cpp | 70 #define DECL(DERIVED, BASE) \ in dispatch() argument 82 #define DECL(DERIVED, BASE) \ argument 125 #define TYPE(DERIVED, BASE) \ in dispatch() argument 131 #define ABSTRACT_TYPE(DERIVED, BASE) in dispatch() argument 136 #define TYPE(DERIVED, BASE) \ argument 164 #define TYPE(DERIVED, BASE) case Type::DERIVED: return #DERIVED "Type"; in getTypeKindName() argument 165 #define ABSTRACT_TYPE(DERIVED, BASE) in getTypeKindName() argument
|
/external/clang/test/CodeGenObjC/ |
D | category-super-class-meth.m | 3 @interface BASE interface
|
D | forward-class-impl-metadata.m | 3 @interface BASE { interface
|
/external/clang/test/SemaCXX/ |
D | decl-init-ref.cpp | 5 struct BASE { struct
|
D | ambig-user-defined-conversions.cpp | 4 struct BASE { struct
|
/external/clang/test/SemaObjC/ |
D | warn-deprecated-implementations.m | 35 @interface BASE interface
|
/external/qemu/distrib/zlib-1.2.3/ |
D | adler32.c | 11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
|
/external/chromium/sdch/open-vcdiff/src/ |
D | adler32.c | 11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
|
/external/zlib/ |
D | adler32.c | 14 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | JarURLConnectionTest.java | 44 private static final String BASE = field in JarURLConnectionTest
|
D | URLTest.java | 794 URL BASE = URLTest.class.getClassLoader().getResource( in test_openStream() local
|
/external/webkit/Source/WebCore/editing/ |
D | SelectionController.h | 187 enum EPositionType { START, END, BASE, EXTENT }; enumerator
|
/external/v8/src/ |
D | compiler.h | 157 BASE, enumerator
|
/external/icu4c/common/ |
D | punycode.c | 59 #define BASE 36 macro
|
/external/grub/netboot/ |
D | smc9000.h | 97 #define BASE 2 macro
|
D | 3c509.h | 58 #define BASE (eth_nic_base) macro
|
D | 3c595.h | 67 #define BASE (eth_nic_base) macro
|
/external/icu4c/i18n/ |
D | dtitvinf.cpp | 437 const int32_t BASE = 0x41; in getBestSkeleton() local
|