/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx14Papers.csv | 6 "`3469 <https://wg21.link/n3469>`__","LWG","Constexpr Library Additions: chrono, v3","Portland","|C… 7 "`3470 <https://wg21.link/n3470>`__","LWG","Constexpr Library Additions: containers, v2","Portland"… 8 "`3471 <https://wg21.link/n3471>`__","LWG","Constexpr Library Additions: utilities, v3","Portland",… 9 "`3302 <https://wg21.link/n3302>`__","LWG","Constexpr Library Additions: complex, v2","Portland","|… 28 "`3789 <https://wg21.link/n3789>`__","LWG","Constexpr Library Additions: functional","Chicago","|Co…
|
H A D | Cxx20Papers.csv | 8 "`P0415R1 <https://wg21.link/P0415R1>`__","LWG","Constexpr for ``std::complex``\ ","Albuquerque","|… 25 "`P0858R0 <https://wg21.link/P0858R0>`__","LWG","Constexpr iterator requirements","Jacksonville","|… 43 "`P0879R0 <https://wg21.link/P0879R0>`__","LWG","Constexpr for swap and swap related functions Also… 68 "`P1006R1 <https://wg21.link/P1006R1>`__","LWG","Constexpr in std::pointer_traits","San Diego","|Co… 112 "`P1065R2 <https://wg21.link/P1065R2>`__","LWG","Constexpr INVOKE","Cologne","|Complete|","12.0"
|
H A D | Cxx17Papers.csv | 40 "`P0031R0 <https://wg21.link/P0031R0>`__","LWG","A Proposal to Add Constexpr Modifiers to reverse_i… 78 "`P0426R1 <https://wg21.link/P0426R1>`__","LWG","Constexpr for ``std::char_traits``\ ","Issaquah","…
|
H A D | Cxx2bPapers.csv | 66 "`P2291R3 <https://wg21.link/P2291R3>`__","LWG","Add Constexpr Modifiers to Functions ``to_chars`` …
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Specifiers.h | 32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator 38 Constexpr, enumerator
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | NameSearchContext.cpp | 81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 7613 Constexpr = true; in CheckExplicitlyDefaultedSpecialMember() 7807 bool Constexpr = true; member 7818 Constexpr &= R.Constexpr; in add() 8810 !Info.Constexpr) { in CheckExplicitlyDefaultedComparison() 13550 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDefaultConstructor() 13662 bool Constexpr = in findInheritingConstructor() local 13830 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDestructor() 14470 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitCopyAssignment() 14809 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitMoveAssignment() 15189 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitCopyConstructor() [all …]
|
H A D | DeclSpec.cpp | 604 case ConstexprSpecKind::Constexpr: in getSpecifierName() 1378 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
|
H A D | SemaLambda.cpp | 1487 S.getLangOpts().CPlusPlus17 ? ConstexprSpecKind::Constexpr in addFunctionPointerConversion() 1967 ? ConstexprSpecKind::Constexpr in BuildLambdaExpr()
|
H A D | SemaStmt.cpp | 903 StatementKind == IfStatementKind::Constexpr) { in ActOnIfStmt()
|
H A D | SemaDecl.cpp | 7757 case ConstexprSpecKind::Constexpr: in ActOnVariableDeclarator() 9884 : ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator() 9897 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
|
H A D | SemaType.cpp | 5818 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
|
H A D | SemaOpenMP.cpp | 7160 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
/openbsd/gnu/llvm/libcxx/docs/ |
H A D | ReleaseNotes.rst | 69 - P2291R3 - Add Constexpr Modifiers to Functions ``to_chars`` and
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1645 Kind = IfStatementKind::Constexpr; in ParseIfStatement()
|
H A D | ParseExprCXX.cpp | 1229 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec, in addConstexprToLambdaDeclSpecifier()
|
H A D | ParseDecl.cpp | 3998 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, Loc, in ParseDeclarationSpecifiers()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Stmt.h | 2139 return getStatementKind() == IfStatementKind::Constexpr; in isConstexpr()
|
H A D | Decl.h | 2377 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2195 ? ConstexprSpecKind::Constexpr in CreateFunctionDeclaration()
|