Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDynamicRecursiveASTVisitor.h253 #define DECL(CLASS, BASE) \ argument
258 #define DECL(CLASS, BASE) \ argument
273 #define ABSTRACT_TYPE(CLASS, BASE) argument
274 #define TYPE(CLASS, BASE) \ argument
279 #define TYPE(CLASS, BASE) \ argument
284 #define ABSTRACT_TYPELOC(CLASS, BASE) argument
285 #define TYPELOC(CLASS, BASE) \ argument
289 #define TYPELOC(CLASS, BASE) \ argument
H A DDeclVisitor.h40 #define DECL(DERIVED, BASE) \ in Visit() argument
50 #define DECL(DERIVED, BASE) \ argument
H A DStmt.h90 #define STMT_RANGE(BASE, FIRST, LAST) \ argument
92 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ argument
H A DDeclBase.h90 #define DECL(DERIVED, BASE) DERIVED, argument
92 #define DECL_RANGE(BASE, START, END) \ argument
94 #define LAST_DECL_RANGE(BASE, START, END) \ argument
H A DExprObjC.h845 enum { BASE, KEY, END_EXPR }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h616 #define DECL(DERIVED, BASE) \ argument
621 #define OBJCCONTAINER(DERIVED, BASE) argument
622 #define FILESCOPEASM(DERIVED, BASE) argument
623 #define TOPLEVELSTMT(DERIVED, BASE) argument
624 #define IMPORT(DERIVED, BASE) argument
625 #define EXPORT(DERIVED, BASE) argument
626 #define LINKAGESPEC(DERIVED, BASE) argument
627 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument
628 #define OBJCMETHOD(DERIVED, BASE) argument
629 #define OBJCTYPEPARAM(DERIVED, BASE) argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDynamicRecursiveASTVisitor.cpp219 #define DECL(CLASS, BASE) \ argument
225 #define DECL(CLASS, BASE) \ argument
242 #define ABSTRACT_TYPE(CLASS, BASE) argument
243 #define TYPE(CLASS, BASE) \ argument
249 #define TYPE(CLASS, BASE) \ argument
256 #define ABSTRACT_TYPELOC(CLASS, BASE) argument
257 #define TYPELOC(CLASS, BASE) \ argument
263 #define TYPELOC(CLASS, BASE) \ argument
341 #define DECL(CLASS, BASE) \ argument
355 #define ABSTRACT_TYPE(CLASS, BASE) argument
[all …]
H A DASTTypeTraits.cpp42 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument
45 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument
48 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument
122 #define DECL(DERIVED, BASE) \ in getFromNode() argument
H A DDeclBase.cpp57 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument
65 #define DECL(DERIVED, BASE) \ argument
154 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument
185 #define DECL(DERIVED, BASE) case Decl::DERIVED: return true; in hasValidDeclKind() argument
194 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument
210 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument
216 #define DECL(DERIVED, BASE) \ in PrintStats() argument
232 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
1058 #define DECL(NAME, BASE) in castFromDeclContext() argument
1071 #define DECL(NAME, BASE) in castToDeclContext() argument
[all …]
H A DStmt.cpp52 #define STMT_RANGE(BASE, FIRST, LAST) argument
53 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ argument
H A DJSONNodeDumper.cpp12 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
H A DASTStructuralEquivalence.cpp2743 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() argument
H A DASTContext.cpp9578 #define ABSTRACT_TYPE(KIND, BASE) in getObjCEncodingForTypeImpl() argument
9579 #define TYPE(KIND, BASE) in getObjCEncodingForTypeImpl() argument
9580 #define DEPENDENT_TYPE(KIND, BASE) \ in getObjCEncodingForTypeImpl() argument
9582 #define NON_CANONICAL_TYPE(KIND, BASE) \ in getObjCEncodingForTypeImpl() argument
9584 #define NON_CANONICAL_UNLESS_DEPENDENT_TYPE(KIND, BASE) \ in getObjCEncodingForTypeImpl() argument
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DAPISetVisitor.h92 #define GENERATE_TRAVERSE_METHOD(CLASS, BASE) \ argument
99 #define GENERATE_WALKUP_AND_VISIT_METHODS(CLASS, BASE) \ argument
107 #define CONCRETE_RECORD(CLASS, BASE, KIND) \ argument
111 #define ABSTRACT_RECORD(CLASS, BASE) \ argument
153 #define CONCRETE_RECORD(CLASS, BASE, KIND) \ in traverseAPIRecord() argument
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/RRA/
H A DAutomake.pm270 BASE: label
/freebsd/lib/libc/locale/
H A Dnl_langinfo.c48 #define _REL(BASE) ((int)item-BASE) argument
/freebsd/crypto/krb5/src/util/support/
H A Dutf8_conv.c86 #define BASE 0x10000 macro
/freebsd/sys/contrib/zlib/
H A Dadler32.c10 #define BASE 65521U /* largest prime smaller than 65536 */ macro
/freebsd/contrib/telnet/libtelnet/
H A Dpk.c153 # define BASE (1 << BASEBITS) in genkeys() macro
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h891 constexpr uint32_t BASE = 10; in decimal_string_to_float() local
1002 constexpr uint32_t BASE = 16; in hexadecimal_string_to_float() local
H A Dinteger_to_string.h82 static constexpr uint8_t BASE = base; member
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S118 #define NAME(BASE) GLUE4(__aarch64_, BASE, SIZE, SUFF) argument
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1018 #define CONCRETE_RECORD(CLASS, BASE, KIND) \ in serializeSingleRecord() argument
/freebsd/crypto/heimdal/lib/krb5/
H A Dprincipal.c399 #define add_char(BASE, INDEX, LEN, C) do { if((INDEX) < (LEN)) (BASE)[(INDEX)++] = (C); }while(0); argument
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3572 #define DECL(TYPE, BASE) \ in getMostRecentDecl() argument
3813 #define DECL(TYPE, BASE) \ in attachPreviousDecl() argument
3858 #define DECL(TYPE, BASE) \ in attachLatestDecl() argument
3878 #define DECL(TYPE, BASE) \ in markIncompleteDeclChain() argument

12