Searched refs:Constexpr (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | Specifiers.h | 32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator 38 Constexpr, enumerator
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | NameSearchContext.cpp | 81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 7602 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM, in CheckExplicitlyDefaultedSpecialMember() local 7613 Constexpr = true; in CheckExplicitlyDefaultedSpecialMember() 7618 MD->isConstexpr() && !Constexpr && in CheckExplicitlyDefaultedSpecialMember() 7633 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember() 7635 : ConstexprSpecKind::Constexpr) in CheckExplicitlyDefaultedSpecialMember() 7807 bool Constexpr = true; member 7818 Constexpr &= R.Constexpr; in add() 8009 R.Constexpr &= BestFD->isConstexpr(); in visitBinaryOperator() 8810 !Info.Constexpr) { in CheckExplicitlyDefaultedComparison() 8825 if (First && !FD->isConstexpr() && Info.Constexpr) in CheckExplicitlyDefaultedComparison() [all …]
|
| D | DeclSpec.cpp | 604 case ConstexprSpecKind::Constexpr: in getSpecifierName() 1378 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
|
| D | SemaLambda.cpp | 1487 S.getLangOpts().CPlusPlus17 ? ConstexprSpecKind::Constexpr in addFunctionPointerConversion() 1967 ? ConstexprSpecKind::Constexpr in BuildLambdaExpr()
|
| D | SemaStmt.cpp | 903 StatementKind == IfStatementKind::Constexpr) { in ActOnIfStmt()
|
| D | SemaDecl.cpp | 7757 case ConstexprSpecKind::Constexpr: in ActOnVariableDeclarator() 9884 : ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator() 9897 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
|
| D | SemaType.cpp | 5818 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
|
| D | SemaOpenMP.cpp | 7160 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
| /openbsd/src/gnu/llvm/libcxx/docs/ |
| D | ReleaseNotes.rst | 69 - P2291R3 - Add Constexpr Modifiers to Functions ``to_chars`` and
|
| /openbsd/src/gnu/llvm/clang/lib/Parse/ |
| D | ParseStmt.cpp | 1645 Kind = IfStatementKind::Constexpr; in ParseIfStatement()
|
| D | ParseExprCXX.cpp | 1229 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec, in addConstexprToLambdaDeclSpecifier()
|
| D | ParseDecl.cpp | 3998 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, Loc, in ParseDeclarationSpecifiers()
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | Stmt.h | 2139 return getStatementKind() == IfStatementKind::Constexpr; in isConstexpr()
|
| D | Decl.h | 2377 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| D | TypeSystemClang.cpp | 2195 ? ConstexprSpecKind::Constexpr in CreateFunctionDeclaration()
|