Home
last modified time | relevance | path

Searched defs:Constexpr (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/special/class.inhctor/
H A Dp2.cpp69 struct Constexpr { constexpr Constexpr(int) {} }; in Constexpr() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
38 Constexpr, enumerator
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp4.cpp185 namespace Constexpr { namespace
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h299 Constexpr = ConstexprValue | Inline, enumerator
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dconstexpr-instantiate.cpp102 namespace Constexpr { namespace
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp360 ConstexprSpecKind Constexpr = ConstexprSpecKind::Unspecified; member
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddeduced-return-type-cxx14.cpp292 namespace Constexpr { namespace
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp7545 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM, in CheckExplicitlyDefaultedSpecialMember() local
7738 bool Constexpr = true; member
13425 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitDefaultConstructor() local
13553 bool Constexpr = in findInheritingConstructor() local
13705 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitDestructor() local
14345 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyAssignment() local
14679 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveAssignment() local
15055 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyConstructor() local
15193 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveConstructor() local