Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/docs/Status/
H A DCxx14Papers.csv6 "`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 DCxx20Papers.csv8 "`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 DCxx17Papers.csv40 "`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 DCxx2bPapers.csv66 "`P2291R3 <https://wg21.link/P2291R3>`__","LWG","Add Constexpr Modifiers to Functions ``to_chars`` …
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
38 Constexpr, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp7613 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 DDeclSpec.cpp604 case ConstexprSpecKind::Constexpr: in getSpecifierName()
1378 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
H A DSemaLambda.cpp1487 S.getLangOpts().CPlusPlus17 ? ConstexprSpecKind::Constexpr in addFunctionPointerConversion()
1967 ? ConstexprSpecKind::Constexpr in BuildLambdaExpr()
H A DSemaStmt.cpp903 StatementKind == IfStatementKind::Constexpr) { in ActOnIfStmt()
H A DSemaDecl.cpp7757 case ConstexprSpecKind::Constexpr: in ActOnVariableDeclarator()
9884 : ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
9897 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
H A DSemaType.cpp5818 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
H A DSemaOpenMP.cpp7160 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/openbsd/gnu/llvm/libcxx/docs/
H A DReleaseNotes.rst69 - P2291R3 - Add Constexpr Modifiers to Functions ``to_chars`` and
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1645 Kind = IfStatementKind::Constexpr; in ParseIfStatement()
H A DParseExprCXX.cpp1229 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec, in addConstexprToLambdaDeclSpecifier()
H A DParseDecl.cpp3998 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, Loc, in ParseDeclarationSpecifiers()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2139 return getStatementKind() == IfStatementKind::Constexpr; in isConstexpr()
H A DDecl.h2377 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2195 ? ConstexprSpecKind::Constexpr in CreateFunctionDeclaration()