Searched defs:Constexpr (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Specifiers.h | 35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator 41 Constexpr, enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 7830 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM, CheckExplicitlyDefaultedSpecialMember() local 8046 bool Constexpr = true; global() member 13973 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, DeclareImplicitDefaultConstructor() local 14101 bool Constexpr = findInheritingConstructor() local 14253 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, DeclareImplicitDestructor() local 14896 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, DeclareImplicitCopyAssignment() local 15246 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, DeclareImplicitMoveAssignment() local 15640 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, DeclareImplicitCopyConstructor() local 15781 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, DeclareImplicitMoveConstructor() local [all...] |