Home
last modified time | relevance | path

Searched refs:Constexpr (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CXX/special/class.inhctor/
Dp2.cpp66 struct Constexpr { constexpr Constexpr(int) {} }; in Constexpr() struct
68 struct BothNonLiteral : NonLiteral, Constexpr { using Constexpr::Constexpr; }; // expected-note {{b…
71 struct BothNonConstexpr : NonConstexpr, Constexpr { using Constexpr::Constexpr; }; // expected-note…
/external/clang/test/SemaTemplate/
Dconstexpr-instantiate.cpp103 namespace Constexpr { namespace
/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp858 if (auto *Constexpr = dyn_cast<ConstantExpr>(E.To)) in addInstructionToGraph() local
859 ConstantExprs.push_back(Constexpr); in addInstructionToGraph()
860 if (auto *Constexpr = dyn_cast<ConstantExpr>(E.From)) in addInstructionToGraph() local
861 ConstantExprs.push_back(Constexpr); in addInstructionToGraph()
/external/clang/test/SemaCXX/
Dcxx1y-deduced-return-type.cpp262 namespace Constexpr { namespace
/external/clang/lib/Sema/
DSemaDeclCXX.cpp5331 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM, in CheckExplicitlyDefaultedSpecialMember() local
5335 MD->isConstexpr() && !Constexpr && in CheckExplicitlyDefaultedSpecialMember()
5363 MD->setConstexpr(Constexpr); in CheckExplicitlyDefaultedSpecialMember()
8894 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitDefaultConstructor() local
8908 /*isImplicitlyDeclared=*/true, Constexpr); in DeclareImplicitDefaultConstructor()
10040 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyAssignment() local
10052 /*isInline=*/true, Constexpr, SourceLocation()); in DeclareImplicitCopyAssignment()
10431 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveAssignment() local
10443 /*isInline=*/true, Constexpr, SourceLocation()); in DeclareImplicitMoveAssignment()
10864 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyConstructor() local
[all …]