Searched defs:Constexpr (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/CXX/special/class.inhctor/ |
| H A D | p2.cpp | 69 struct Constexpr { constexpr Constexpr(int) {} }; in Constexpr() function
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 32 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 D | p4.cpp | 185 namespace Constexpr { namespace
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Class.h | 299 Constexpr = ConstexprValue | Inline, enumerator
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | constexpr-instantiate.cpp | 102 namespace Constexpr { namespace
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | ExtractFunction.cpp | 360 ConstexprSpecKind Constexpr = ConstexprSpecKind::Unspecified; member
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | deduced-return-type-cxx14.cpp | 292 namespace Constexpr { namespace
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7545 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
|