| /freebsd-14.2/lib/msun/src/ |
| H A D | s_fdim.c | 31 #define DECL(type, fn) \ macro 43 DECL(double, fdim) 44 DECL(float, fdimf) 45 DECL(long double, fdiml)
|
| H A D | s_nearbyint.c | 43 #define DECL(type, fn, rint) \ macro 56 DECL(double, nearbyint, rint) 57 DECL(float, nearbyintf, rintf) 58 DECL(long double, nearbyintl, rintl)
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclVisitor.h | 39 #define DECL(DERIVED, BASE) \ in Visit() macro 41 #define ABSTRACT_DECL(DECL) in Visit() argument 49 #define DECL(DERIVED, BASE) \ macro
|
| H A D | ASTFwd.h | 20 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
|
| H A D | ASTTypeTraits.h | 150 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro 227 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
|
| H A D | RecursiveASTVisitor.h | 441 #define ABSTRACT_DECL(DECL) 442 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D); 449 #define DECL(CLASS, BASE) \ 744 #define ABSTRACT_DECL(DECL) 745 #define DECL(CLASS, BASE) \ 1487 #define DEF_TRAVERSE_DECL(DECL, CODE) \ 1489 bool RecursiveASTVisitor<Derived>::Traverse##DECL(DECL *D) { \ 1493 TRY_TO(WalkUpFrom##DECL(D)); \ 1503 TRY_TO(WalkUpFrom##DECL(D)); \
|
| H A D | DeclBase.h | 89 #define DECL(DERIVED, BASE) DERIVED, macro 90 #define ABSTRACT_DECL(DECL) argument
|
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | resolve.c | 61 DECL(a), 62 DECL(aaaa), 63 DECL(ns), 65 DECL(soa), 66 DECL(ptr), 67 DECL(mx), 68 DECL(txt), 70 DECL(sig), 71 DECL(key), 72 DECL(srv), [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 60 #define ABSTRACT_DECL(DECL) argument 70 #define ABSTRACT_DECL(DECL) argument 127 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 158 #define ABSTRACT_DECL(DECL) in hasValidDeclKind() argument 167 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 183 #define ABSTRACT_DECL(DECL) in PrintStats() argument 196 #define ABSTRACT_DECL(DECL) in PrintStats() argument 205 #define ABSTRACT_DECL(DECL) in add() argument 1006 #define DECL(NAME, BASE) in castFromDeclContext() macro 1019 #define DECL(NAME, BASE) in castToDeclContext() macro [all …]
|
| H A D | ASTTypeTraits.cpp | 42 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro 122 #define DECL(DERIVED, BASE) \ in getFromNode() macro
|
| H A D | JSONNodeDumper.cpp | 13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() macro 16 #define ABSTRACT_DECL(DECL) in addPreviousDeclaration() argument 19 #undef DECL in addPreviousDeclaration()
|
| H A D | ASTStructuralEquivalence.cpp | 2435 #define ABSTRACT_DECL(DECL) in CheckKindSpecificEquivalence() argument 2436 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() macro
|
| H A D | TextNodeDumper.cpp | 52 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() macro 55 #define ABSTRACT_DECL(DECL) in dumpPreviousDecl() argument
|
| H A D | Decl.cpp | 1841 #define DECL(Type, Base) \ in isRedeclarable() macro 1844 #define ABSTRACT_DECL(DECL) in isRedeclarable() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 28 template <typename DECL> 33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl() 37 return isa<DECL>(D); in _handlesDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 600 #define DECL(DERIVED, BASE) \ macro 602 #define ABSTRACT_DECL(DECL) argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 3550 #define DECL(TYPE, BASE) \ in getMostRecentDecl() macro 3719 #define DECL(TYPE, BASE) \ in attachPreviousDecl() macro 3762 #define DECL(TYPE, BASE) \ in attachLatestDecl() macro 3782 #define DECL(TYPE, BASE) \ in markIncompleteDeclChain() macro
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 4333 #define DECL(type, base) \ in searchFromContainer() macro
|
| H A D | SemaExpr.cpp | 3528 #define DECL(type, base) case Decl::type: in BuildDeclarationNameExpr() macro
|