/external/clang/include/clang/AST/ |
D | DeclVisitor.h | 33 #define DECL(DERIVED, BASE) \ in Visit() argument 43 #define DECL(DERIVED, BASE) \ argument
|
D | RecursiveASTVisitor.h | 318 #define ABSTRACT_TYPE(CLASS, BASE) in BINOP_LIST() argument 319 #define TYPE(CLASS, BASE) \ in BINOP_LIST() argument 327 #define TYPE(CLASS, BASE) \ argument 340 #define ABSTRACT_TYPELOC(CLASS, BASE) argument 341 #define TYPELOC(CLASS, BASE) \ argument 362 #define TYPE(CLASS, BASE) \ argument 375 #define DECL(CLASS, BASE) \ argument 383 #define DECL(CLASS, BASE) \ argument 562 #define ABSTRACT_TYPE(CLASS, BASE) in TraverseType() argument 563 #define TYPE(CLASS, BASE) \ in TraverseType() argument [all …]
|
D | DeclBase.h | 82 #define DECL(DERIVED, BASE) DERIVED, argument 84 #define DECL_RANGE(BASE, START, END) \ argument 86 #define LAST_DECL_RANGE(BASE, START, END) \ argument 1507 #define DECL(NAME, BASE) 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 64 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 83 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 98 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 104 #define DECL(DERIVED, BASE) \ in PrintStats() argument 120 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument 593 #define DECL(NAME, BASE) in castFromDeclContext() argument 600 #define DECL(NAME, BASE) in castFromDeclContext() argument 612 #define DECL(NAME, BASE) in castToDeclContext() argument 619 #define DECL(NAME, BASE) in castToDeclContext() argument [all …]
|
D | DumpXML.cpp | 68 #define DECL(DERIVED, BASE) \ in dispatch() argument 80 #define DECL(DERIVED, BASE) \ argument 122 #define TYPE(DERIVED, BASE) \ in dispatch() argument 128 #define ABSTRACT_TYPE(DERIVED, BASE) in dispatch() argument 133 #define TYPE(DERIVED, BASE) \ argument 161 #define TYPE(DERIVED, BASE) case Type::DERIVED: return #DERIVED "Type"; in getTypeKindName() argument 162 #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 | 36 @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 65521 /* 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/icu4c/common/ |
D | punycode.c | 59 #define BASE 36 macro
|
/external/v8/src/ |
D | compiler.h | 182 BASE, enumerator
|
/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 | 430 const int32_t BASE = 0x41; in getBestSkeleton() local
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 1076 #define LAST_STMT_RANGE(BASE, FIRST, LAST) in canThrow() argument
|