Home
last modified time | relevance | path

Searched refs:DECL (Results 1 – 19 of 19) sorted by relevance

/freebsd-14-stable/lib/msun/src/
HDs_fdim.c31 #define DECL(type, fn) \ macro
43 DECL(double, fdim)
44 DECL(float, fdimf)
45 DECL(long double, fdiml)
HDs_nearbyint.c43 #define DECL(type, fn, rint) \ macro
56 DECL(double, nearbyint, rint)
57 DECL(float, nearbyintf, rintf)
58 DECL(long double, nearbyintl, rintl)
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclVisitor.h39 #define DECL(DERIVED, BASE) \ in Visit() macro
41 #define ABSTRACT_DECL(DECL) in Visit() argument
49 #define DECL(DERIVED, BASE) \ macro
HDASTFwd.h20 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
HDASTTypeTraits.h150 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro
227 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
HDRecursiveASTVisitor.h443 #define ABSTRACT_DECL(DECL)
444 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D);
451 #define DECL(CLASS, BASE) \
765 #define ABSTRACT_DECL(DECL)
766 #define DECL(CLASS, BASE) \
1542 #define DEF_TRAVERSE_DECL(DECL, CODE) \
1544 bool RecursiveASTVisitor<Derived>::Traverse##DECL(DECL *D) { \
1548 TRY_TO(WalkUpFrom##DECL(D)); \
1558 TRY_TO(WalkUpFrom##DECL(D)); \
HDDeclBase.h90 #define DECL(DERIVED, BASE) DERIVED, macro
91 #define ABSTRACT_DECL(DECL) argument
/freebsd-14-stable/crypto/heimdal/lib/roken/
HDresolve.c55 #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-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp59 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro
60 #define ABSTRACT_DECL(DECL) argument
67 #define DECL(DERIVED, BASE) \ macro
70 #define ABSTRACT_DECL(DECL) argument
148 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro
149 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument
179 #define DECL(DERIVED, BASE) case Decl::DERIVED: return true; in hasValidDeclKind() macro
180 #define ABSTRACT_DECL(DECL) in hasValidDeclKind() argument
188 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro
189 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument
[all …]
HDASTTypeTraits.cpp42 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro
122 #define DECL(DERIVED, BASE) \ in getFromNode() macro
HDJSONNodeDumper.cpp13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() macro
16 #define ABSTRACT_DECL(DECL) in addPreviousDeclaration() argument
19 #undef DECL in addPreviousDeclaration()
HDASTStructuralEquivalence.cpp2472 #define ABSTRACT_DECL(DECL) in CheckKindSpecificEquivalence() argument
2473 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() macro
HDTextNodeDumper.cpp53 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() macro
56 #define ABSTRACT_DECL(DECL) in dumpPreviousDecl() argument
HDDecl.cpp1826 #define DECL(Type, Base) \ in isRedeclarable() macro
1829 #define ABSTRACT_DECL(DECL) in isRedeclarable() argument
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDChecker.h28 template <typename DECL>
33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()
37 return isa<DECL>(D); in _handlesDecl()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDTemplate.h600 #define DECL(DERIVED, BASE) \ macro
602 #define ABSTRACT_DECL(DECL) argument
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp3525 #define DECL(TYPE, BASE) \ in getMostRecentDecl() macro
3742 #define DECL(TYPE, BASE) \ in attachPreviousDecl() macro
3787 #define DECL(TYPE, BASE) \ in attachLatestDecl() macro
3807 #define DECL(TYPE, BASE) \ in markIncompleteDeclChain() macro
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp4340 #define DECL(type, base) \ in searchFromContainer() macro
HDSemaExpr.cpp3265 #define DECL(type, base) case Decl::type: in BuildDeclarationNameExpr() macro