Searched refs:Constexpr (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator 41 Constexpr, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7841 Constexpr = true; in CheckExplicitlyDefaultedSpecialMember() 8046 bool Constexpr = true; member 8057 Constexpr &= R.Constexpr; in add() 9094 !Info.Constexpr) { in CheckExplicitlyDefaultedComparison() 13989 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDefaultConstructor() 14101 bool Constexpr = in findInheritingConstructor() local 14269 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDestructor() 14910 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitCopyAssignment() 15260 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitMoveAssignment() 15657 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitCopyConstructor() [all …]
|
| H A D | DeclSpec.cpp | 616 case ConstexprSpecKind::Constexpr: in getSpecifierName() 1391 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
|
| H A D | SemaLambda.cpp | 1696 S.getLangOpts().CPlusPlus17 ? ConstexprSpecKind::Constexpr in addFunctionPointerConversion() 2186 ? ConstexprSpecKind::Constexpr in BuildLambdaExpr()
|
| H A D | SemaStmt.cpp | 910 StatementKind == IfStatementKind::Constexpr) { in ActOnIfStmt()
|
| H A D | SemaDecl.cpp | 7920 case ConstexprSpecKind::Constexpr: in ActOnVariableDeclarator() 10155 : ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator() 10168 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
|
| H A D | SemaType.cpp | 5969 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
|
| H A D | SemaOpenMP.cpp | 7311 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1695 Kind = IfStatementKind::Constexpr; in ParseIfStatement()
|
| H A D | ParseExprCXX.cpp | 1230 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec, in addConstexprToLambdaDeclSpecifier()
|
| H A D | ParseDecl.cpp | 4176 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, Loc, in ParseDeclarationSpecifiers()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 2330 return getStatementKind() == IfStatementKind::Constexpr; in isConstexpr()
|
| H A D | Decl.h | 2417 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2202 ? ConstexprSpecKind::Constexpr in CreateFunctionDeclaration()
|