/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/ |
H A D | APISetVisitor.h | 92 #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 D | Template.h | 600 #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 D | DeclVisitor.h | 39 #define DECL(DERIVED, BASE) \ in Visit() argument 49 #define DECL(DERIVED, BASE) \ argument
|
H A D | Stmt.h | 89 #define STMT_RANGE(BASE, FIRST, LAST) \ argument 91 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ argument
|
H A D | DeclBase.h | 90 #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 D | Expr.h | 2753 enum { BASE, ROW_IDX, COLUMN_IDX, END_EXPR }; enumerator 6925 BASE, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTTypeTraits.cpp | 42 #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 D | DeclBase.cpp | 59 #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 D | ASTStructuralEquivalence.cpp | 2473 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() argument
|
H A D | JSONNodeDumper.cpp | 13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
|
H A D | ASTContext.cpp | 8975 #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 D | Type.cpp | 463 #define TYPE(CLASS, BASE) \ argument 471 #define TYPE(CLASS, BASE) \ argument
|
H A D | TextNodeDumper.cpp | 53 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument
|
H A D | ExprConstant.cpp | 11798 #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 D | nl_langinfo.c | 48 #define _REL(BASE) ((int)item-BASE) argument
|
/freebsd/sys/contrib/zlib/ |
H A D | adler32.c | 10 #define BASE 65521U /* largest prime smaller than 65536 */ macro
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | pk.c | 153 # define BASE (1 << BASEBITS) in genkeys() macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | lse.S | 118 #define NAME(BASE) GLUE4(__aarch64_, BASE, SIZE, SUFF) argument
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 1006 #define CONCRETE_RECORD(CLASS, BASE, KIND) \ in serializeSingleRecord() argument
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | principal.c | 399 #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 D | ASTReaderDecl.cpp | 3525 #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
|