| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DynamicRecursiveASTVisitor.h | 253 #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 D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ in Visit() argument 50 #define DECL(DERIVED, BASE) \ argument
|
| H A D | Stmt.h | 90 #define STMT_RANGE(BASE, FIRST, LAST) \ argument 92 #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 | ExprObjC.h | 845 enum { BASE, KEY, END_EXPR }; enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 616 #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 D | DynamicRecursiveASTVisitor.cpp | 219 #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 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 | 57 #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 D | Stmt.cpp | 52 #define STMT_RANGE(BASE, FIRST, LAST) argument 53 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ argument
|
| H A D | JSONNodeDumper.cpp | 12 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
|
| H A D | ASTStructuralEquivalence.cpp | 2743 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() argument
|
| H A D | ASTContext.cpp | 9578 #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 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/pam-krb5/tests/tap/perl/Test/RRA/ |
| H A D | Automake.pm | 270 BASE: label
|
| /freebsd/lib/libc/locale/ |
| H A D | nl_langinfo.c | 48 #define _REL(BASE) ((int)item-BASE) argument
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | utf8_conv.c | 86 #define BASE 0x10000 macro
|
| /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/libc/src/__support/ |
| H A D | str_to_float.h | 891 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 D | integer_to_string.h | 82 static constexpr uint8_t BASE = base; member
|
| /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 | 1018 #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 | 3572 #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
|