Home
last modified time | relevance | path

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

/freebsd-14.2/lib/msun/src/
H A Ds_fdim.c31 #define DECL(type, fn) \ macro
43 DECL(double, fdim)
44 DECL(float, fdimf)
45 DECL(long double, fdiml)
H A Ds_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.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclVisitor.h39 #define DECL(DERIVED, BASE) \ in Visit() macro
41 #define ABSTRACT_DECL(DECL) in Visit() argument
49 #define DECL(DERIVED, BASE) \ macro
H A DASTFwd.h20 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
H A DASTTypeTraits.h150 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro
227 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
H A DRecursiveASTVisitor.h441 #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 DDeclBase.h89 #define DECL(DERIVED, BASE) DERIVED, macro
90 #define ABSTRACT_DECL(DECL) argument
/freebsd-14.2/crypto/heimdal/lib/roken/
H A Dresolve.c61 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 DDeclBase.cpp60 #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 DASTTypeTraits.cpp42 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro
122 #define DECL(DERIVED, BASE) \ in getFromNode() macro
H A DJSONNodeDumper.cpp13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() macro
16 #define ABSTRACT_DECL(DECL) in addPreviousDeclaration() argument
19 #undef DECL in addPreviousDeclaration()
H A DASTStructuralEquivalence.cpp2435 #define ABSTRACT_DECL(DECL) in CheckKindSpecificEquivalence() argument
2436 #define DECL(DERIVED, BASE) \ in CheckKindSpecificEquivalence() macro
H A DTextNodeDumper.cpp52 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() macro
55 #define ABSTRACT_DECL(DECL) in dumpPreviousDecl() argument
H A DDecl.cpp1841 #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 DChecker.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.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h600 #define DECL(DERIVED, BASE) \ macro
602 #define ABSTRACT_DECL(DECL) argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3550 #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 DSemaDeclObjC.cpp4333 #define DECL(type, base) \ in searchFromContainer() macro
H A DSemaExpr.cpp3528 #define DECL(type, base) case Decl::type: in BuildDeclarationNameExpr() macro