Home
last modified time | relevance | path

Searched defs:BASE (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/include/clang/AST/
DDeclVisitor.h33 #define DECL(DERIVED, BASE) \ in Visit() argument
43 #define DECL(DERIVED, BASE) \ argument
DRecursiveASTVisitor.h318 #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 …]
DDeclBase.h82 #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/
Dhmm_cnfg.h45 #define HMM_UNIQUE(BASE) hmm_ ## BASE argument
74 #define HMM_UNIQUE(BASE) thmm_ ## BASE argument
Dhmm_intrnl.h25 #define U(BASE) HMM_UNIQUE(BASE) argument
151 #define AVL_UNIQUE(BASE) U(avl_ ## BASE) argument
/external/clang/lib/AST/
DDeclBase.cpp38 #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 …]
DDumpXML.cpp68 #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/
Dcategory-super-class-meth.m3 @interface BASE interface
Dforward-class-impl-metadata.m3 @interface BASE { interface
/external/clang/test/SemaCXX/
Ddecl-init-ref.cpp5 struct BASE { struct
Dambig-user-defined-conversions.cpp4 struct BASE { struct
/external/clang/test/SemaObjC/
Dwarn-deprecated-implementations.m36 @interface BASE interface
/external/qemu/distrib/zlib-1.2.3/
Dadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
/external/chromium/sdch/open-vcdiff/src/
Dadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
/external/zlib/
Dadler32.c14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DJarURLConnectionTest.java44 private static final String BASE = field in JarURLConnectionTest
DURLTest.java794 URL BASE = URLTest.class.getClassLoader().getResource( in test_openStream() local
/external/webkit/Source/WebCore/editing/
DSelectionController.h187 enum EPositionType { START, END, BASE, EXTENT }; enumerator
/external/icu4c/common/
Dpunycode.c59 #define BASE 36 macro
/external/v8/src/
Dcompiler.h182 BASE, enumerator
/external/grub/netboot/
Dsmc9000.h97 #define BASE 2 macro
D3c509.h58 #define BASE (eth_nic_base) macro
D3c595.h67 #define BASE (eth_nic_base) macro
/external/icu4c/i18n/
Ddtitvinf.cpp430 const int32_t BASE = 0x41; in getBestSkeleton() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1076 #define LAST_STMT_RANGE(BASE, FIRST, LAST) in canThrow() argument

12