Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRecursiveASTVisitor.h302 #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 …]
DDeclVisitor.h34 #define DECL(DERIVED, BASE) \ in Visit() argument
43 #define DECL(DERIVED, BASE) \ argument
DDeclBase.h81 #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
DStmt.h99 #define STMT_RANGE(BASE, FIRST, LAST) \ argument
101 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ 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
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 …]
DDumpXML.cpp70 #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/
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.m35 @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 65521UL /* 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/v8/src/
Dcompiler.h157 BASE, enumerator
/external/icu4c/common/
Dpunycode.c59 #define BASE 36 macro
/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.cpp437 const int32_t BASE = 0x41; in getBestSkeleton() local