| /freebsd/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/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ in Visit() macro 42 #define ABSTRACT_DECL(DECL) in Visit() argument 50 #define DECL(DERIVED, BASE) \ macro
|
| H A D | DynamicRecursiveASTVisitor.h | 252 #define ABSTRACT_DECL(DECL) argument 253 #define DECL(CLASS, BASE) \ macro 258 #define DECL(CLASS, BASE) \ macro
|
| H A D | RecursiveASTVisitor.h | 445 #define ABSTRACT_DECL(DECL) 446 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D); 453 #define DECL(CLASS, BASE) \ 769 #define ABSTRACT_DECL(DECL) 770 #define DECL(CLASS, BASE) \ 1565 #define DEF_TRAVERSE_DECL(DECL, CODE) \ 1567 bool RecursiveASTVisitor<Derived>::Traverse##DECL(DECL *D) { \ 1571 TRY_TO(WalkUpFrom##DECL(D)); \ 1581 TRY_TO(WalkUpFrom##DECL(D)); \
|
| H A D | DeclBase.h | 90 #define DECL(DERIVED, BASE) DERIVED, macro 91 #define ABSTRACT_DECL(DECL) argument
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | resolve.c | 55 #define DECL(X) {#X, rk_ns_t_##X} macro 61 DECL(a), 62 DECL(aaaa), 63 DECL(ns), 64 DECL(cname), 65 DECL(soa), 66 DECL(ptr), 67 DECL(mx), 68 DECL(txt), 69 DECL(afsdb), [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DynamicRecursiveASTVisitor.cpp | 218 #define ABSTRACT_DECL(DECL) argument 219 #define DECL(CLASS, BASE) \ macro 225 #define DECL(CLASS, BASE) \ macro 340 #define ABSTRACT_DECL(DECL) argument 341 #define DECL(CLASS, BASE) \ macro
|
| H A D | DeclBase.cpp | 57 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro 58 #define ABSTRACT_DECL(DECL) argument 65 #define DECL(DERIVED, BASE) \ macro 68 #define ABSTRACT_DECL(DECL) argument 154 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro 155 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument 185 #define DECL(DERIVED, BASE) case Decl::DERIVED: return true; in hasValidDeclKind() macro 186 #define ABSTRACT_DECL(DECL) in hasValidDeclKind() argument 194 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro 195 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument [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 | 12 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() macro 15 #define ABSTRACT_DECL(DECL) in addPreviousDeclaration() argument 18 #undef DECL in addPreviousDeclaration()
|
| H A D | ASTStructuralEquivalence.cpp | 2742 #define ABSTRACT_DECL(DECL) in CheckKindSpecificEquivalence() argument 2743 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() macro
|
| H A D | TextNodeDumper.cpp | 54 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() macro 57 #define ABSTRACT_DECL(DECL) in dumpPreviousDecl() argument
|
| H A D | Decl.cpp | 1843 #define DECL(Type, Base) \ in isRedeclarable() macro 1846 #define ABSTRACT_DECL(DECL) in isRedeclarable() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 109 #define AMDGPU_DECLARE_WAIT_EVENTS(DECL) \ argument 110 DECL(VMEM_ACCESS) /* vmem read & write */ \ 111 DECL(VMEM_READ_ACCESS) /* vmem read */ \ 112 DECL(VMEM_SAMPLER_READ_ACCESS) /* vmem SAMPLER read (gfx12+ only) */ \ 113 DECL(VMEM_BVH_READ_ACCESS) /* vmem BVH read (gfx12+ only) */ \ 114 DECL(VMEM_WRITE_ACCESS) /* vmem write that is not scratch */ \ 115 DECL(SCRATCH_WRITE_ACCESS) /* vmem write that may be scratch */ \ 116 DECL(VMEM_GROUP) /* vmem group */ \ 117 DECL(LDS_ACCESS) /* lds read & write */ \ 118 DECL(GDS_ACCESS) /* gds read & write */ \ [all …]
|
| /freebsd/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/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 616 #define DECL(DERIVED, BASE) \ macro 618 #define ABSTRACT_DECL(DECL) argument
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 3574 #define DECL(TYPE, BASE) \ in getMostRecentDecl() macro 3815 #define DECL(TYPE, BASE) \ in attachPreviousDecl() macro 3860 #define DECL(TYPE, BASE) \ in attachLatestDecl() macro 3880 #define DECL(TYPE, BASE) \ in markIncompleteDeclChain() macro
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 4342 #define DECL(type, base) \ in searchFromContainer() macro
|
| H A D | SemaExpr.cpp | 3319 #define DECL(type, base) case Decl::type: in BuildDeclarationNameExpr() macro
|