Home
last modified time | relevance | path

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

/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/llvm-project/clang/include/clang/Sema/
H A DTemplate.h600 #define DECL(DERIVED, BASE) \ argument
605 #define OBJCCONTAINER(DERIVED, BASE) argument
606 #define FILESCOPEASM(DERIVED, BASE) argument
607 #define TOPLEVELSTMT(DERIVED, BASE) argument
608 #define IMPORT(DERIVED, BASE) argument
609 #define EXPORT(DERIVED, BASE) argument
610 #define LINKAGESPEC(DERIVED, BASE) argument
611 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument
612 #define OBJCMETHOD(DERIVED, BASE) argument
613 #define OBJCTYPEPARAM(DERIVED, BASE) argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclVisitor.h39 #define DECL(DERIVED, BASE) \ in Visit() argument
49 #define DECL(DERIVED, BASE) \ argument
H A DStmt.h89 #define STMT_RANGE(BASE, FIRST, LAST) \ argument
91 #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 DExpr.h2753 enum { BASE, ROW_IDX, COLUMN_IDX, END_EXPR }; enumerator
6925 BASE, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
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.cpp59 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument
67 #define DECL(DERIVED, BASE) \ argument
148 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument
179 #define DECL(DERIVED, BASE) case Decl::DERIVED: return true; in hasValidDeclKind() argument
188 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument
204 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument
210 #define DECL(DERIVED, BASE) \ in PrintStats() argument
226 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
1045 #define DECL(NAME, BASE) in castFromDeclContext() argument
1058 #define DECL(NAME, BASE) in castToDeclContext() argument
[all …]
H A DASTStructuralEquivalence.cpp2473 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() argument
H A DJSONNodeDumper.cpp13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
H A DASTContext.cpp8975 #define ABSTRACT_TYPE(KIND, BASE) in getObjCEncodingForTypeImpl() argument
8976 #define TYPE(KIND, BASE) in getObjCEncodingForTypeImpl() argument
8977 #define DEPENDENT_TYPE(KIND, BASE) \ in getObjCEncodingForTypeImpl() argument
8979 #define NON_CANONICAL_TYPE(KIND, BASE) \ in getObjCEncodingForTypeImpl() argument
8981 #define NON_CANONICAL_UNLESS_DEPENDENT_TYPE(KIND, BASE) \ in getObjCEncodingForTypeImpl() argument
H A DType.cpp463 #define TYPE(CLASS, BASE) \ argument
471 #define TYPE(CLASS, BASE) \ argument
H A DTextNodeDumper.cpp53 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument
H A DExprConstant.cpp11798 #define TYPE(ID, BASE) in EvaluateBuiltinClassifyType() argument
11799 #define DEPENDENT_TYPE(ID, BASE) case Type::ID: in EvaluateBuiltinClassifyType() argument
11800 #define NON_CANONICAL_TYPE(ID, BASE) case Type::ID: in EvaluateBuiltinClassifyType() argument
11801 #define NON_CANONICAL_UNLESS_DEPENDENT_TYPE(ID, BASE) case Type::ID: in EvaluateBuiltinClassifyType() argument
/freebsd/lib/libc/locale/
H A Dnl_langinfo.c48 #define _REL(BASE) ((int)item-BASE) argument
/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/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.cpp1006 #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.cpp3525 #define DECL(TYPE, BASE) \ in getMostRecentDecl() argument
3742 #define DECL(TYPE, BASE) \ in attachPreviousDecl() argument
3787 #define DECL(TYPE, BASE) \ in attachLatestDecl() argument
3807 #define DECL(TYPE, BASE) \ in markIncompleteDeclChain() argument