Searched defs:Constexpr (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CXX/special/class.inhctor/ |
D | p2.cpp | 66 struct Constexpr { constexpr Constexpr(int) {} }; in Constexpr() function
|
/external/clang/test/SemaTemplate/ |
D | constexpr-instantiate.cpp | 103 namespace Constexpr { namespace
|
/external/llvm/lib/Analysis/ |
D | CFLAliasAnalysis.cpp | 858 if (auto *Constexpr = dyn_cast<ConstantExpr>(E.To)) in addInstructionToGraph() local 860 if (auto *Constexpr = dyn_cast<ConstantExpr>(E.From)) in addInstructionToGraph() local
|
/external/clang/test/SemaCXX/ |
D | cxx1y-deduced-return-type.cpp | 262 namespace Constexpr { namespace
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 5331 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM, in CheckExplicitlyDefaultedSpecialMember() local 8894 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitDefaultConstructor() local 10040 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyAssignment() local 10431 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveAssignment() local 10864 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyConstructor() local 11040 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveConstructor() local
|