/freebsd-src/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 614 OBJCIVAR(DERIVED,BASE) global() argument 615 OBJCPROPERTY(DERIVED,BASE) global() argument 616 OBJCPROPERTYIMPL(DERIVED,BASE) global() argument 617 EMPTY(DERIVED,BASE) global() argument 618 LIFETIMEEXTENDEDTEMPORARY(DERIVED,BASE) global() argument 621 BLOCK(DERIVED,BASE) global() argument 622 CAPTURED(DERIVED,BASE) global() argument 623 IMPLICITPARAM(DERIVED,BASE) global() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTFwd.h | 20 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument 23 #define STMT(DERIVED, BASE) class DERIVED; argument 26 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
|
H A D | DeclVisitor.h | 39 #define DECL(DERIVED, BASE) \ in Visit() argument 49 #define DECL(DERIVED, BASE) \ argument
|
H A D | Comment.h | 55 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument 57 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument
|
H A D | ASTTypeTraits.h | 150 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 153 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 156 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, 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 | 93 first##BASE = START, last##BASE = END, argument 89 DECL(DERIVED,BASE) global() argument 91 DECL_RANGE(BASE,START,END) global() argument
|
H A D | ExprOpenMP.h | 57 enum { BASE, LOWER_BOUND, LENGTH, STRIDE, END_EXPR }; global() enumerator
|
H A D | ExprObjC.h | 851 enum { BASE, KEY, END_EXPR }; enumerator
|
H A D | Expr.h | 2719 enum { BASE, ROW_IDX, COLUMN_IDX, END_EXPR }; global() enumerator [all...] |
/freebsd-src/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 188 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in PrintStats() argument 204 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in add() argument 126 DECL(DERIVED,BASE) getDeclKindName() argument 157 DECL(DERIVED,BASE) hasValidDeclKind() argument 166 DECL(DERIVED,BASE) getDeclKindName() argument 182 DECL(DERIVED,BASE) PrintStats() argument 1006 DECL(NAME,BASE) castFromDeclContext() argument 1019 DECL(NAME,BASE) castToDeclContext() argument 1199 DECL(NAME,BASE) classof() argument [all...] |
H A D | JSONNodeDumper.cpp | 13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
|
H A D | ASTStructuralEquivalence.cpp | 2436 DECL(DERIVED,BASE) CheckKindSpecificEquivalence() argument
|
H A D | Type.cpp | 427 TYPE(CLASS,BASE) global() argument 438 TYPE(CLASS,BASE) global() argument
|
H A D | ASTContext.cpp | 8516 ABSTRACT_TYPE(KIND,BASE) getObjCEncodingForTypeImpl() argument 8517 TYPE(KIND,BASE) getObjCEncodingForTypeImpl() argument 8518 DEPENDENT_TYPE(KIND,BASE) getObjCEncodingForTypeImpl() argument 8520 NON_CANONICAL_TYPE(KIND,BASE) getObjCEncodingForTypeImpl() argument 8522 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(KIND,BASE) getObjCEncodingForTypeImpl() argument
|
H A D | TextNodeDumper.cpp | 52 DECL(DERIVED,BASE) dumpPreviousDecl() argument
|
H A D | ExprConstant.cpp | 11544 TYPE(ID,BASE) EvaluateBuiltinClassifyType() argument 11545 DEPENDENT_TYPE(ID,BASE) EvaluateBuiltinClassifyType() argument 11546 NON_CANONICAL_TYPE(ID,BASE) EvaluateBuiltinClassifyType() argument 11547 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(ID,BASE) EvaluateBuiltinClassifyType() argument
|
/freebsd-src/lib/libc/locale/ |
H A D | nl_langinfo.c | 48 #define _REL(BASE) ((int)item-BASE) argument
|
/freebsd-src/usr.bin/newkey/ |
H A D | generic.c |
|
/freebsd-src/sys/contrib/zlib/ |
H A D | adler32.c | 10 #define BASE 65521U /* largest prime smaller than 65536 */ macro
|
/freebsd-src/contrib/telnet/libtelnet/ |
H A D | pk.c | 153 # define BASE (1 << BASEBITS) in genkeys() macro
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | lse.S | 118 #define NAME(BASE) GLUE4(__aarch64_, BASE, SIZE, SUFF) argument
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3550 DECL(TYPE,BASE) getMostRecentDecl() argument 3719 DECL(TYPE,BASE) attachPreviousDecl() argument 3762 DECL(TYPE,BASE) attachLatestDecl() argument 3782 DECL(TYPE,BASE) markIncompleteDeclChain() argument
|