Home
last modified time | relevance | path

Searched refs:isConsteval (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DJumpDiagnostics.cpp380 if (!(IS->isConstexpr() || IS->isConsteval() || in BuildScopeInformation()
387 else if (IS->isConsteval()) in BuildScopeInformation()
397 if (!IS->isConsteval()) in BuildScopeInformation()
H A DSemaDeclCXX.cpp1694 FD->isConsteval())) in CheckConstexprParameterTypes()
1706 FD->isConsteval())) in CheckConstexprReturnType()
1943 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2158 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2310 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2362 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6821 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6824 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7498 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7511 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
[all …]
H A DSemaCoroutine.cpp240 DiagInvalid(FD->isConsteval() ? DiagConsteval : DiagConstexpr); in isValidCoroutineContext()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DStmt.h2081 bool isConsteval() const { in isConsteval() function
2130 (isConsteval() ? thenOffset() : 0), in children()
2139 (isConsteval() ? thenOffset() : 0), in children()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DTextNodeDumper.cpp284 if (FD->isConsteval()) in Visit()
953 if (Node->isConsteval()) { in VisitIfStmt()
H A DDeclPrinter.cpp624 if (D->isConsteval()) Out << "consteval "; in VisitFunctionDecl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCodeGenPGO.cpp653 if (S->isConsteval()) { in VisitIfStmt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp1678 FD->isConsteval())) in CheckConstexprParameterTypes()
1690 FD->isConsteval())) in CheckConstexprReturnType()
1925 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2138 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2290 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2342 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6675 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6678 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7349 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7363 Constexpr ? (MD->isConsteval() ? CSK_consteval : CSK_constexpr) in CheckExplicitlyDefaultedSpecialMember()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDeclCXX.cpp1694 FD->isConsteval())) in CheckConstexprParameterTypes()
1706 FD->isConsteval())) in CheckConstexprReturnType()
1943 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2156 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2308 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2360 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6770 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6773 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7447 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7460 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaDeclCXX.cpp1681 FD->isConsteval())) in CheckConstexprParameterTypes()
1693 FD->isConsteval())) in CheckConstexprReturnType()
1928 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2141 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2293 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2345 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6698 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6701 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7372 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7385 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaDeclCXX.cpp1654 FD->isConsteval())) in CheckConstexprParameterTypes()
1666 FD->isConsteval())) in CheckConstexprReturnType()
1901 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2114 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2266 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2318 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6647 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6650 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7321 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7335 Constexpr ? (MD->isConsteval() ? CSK_consteval : CSK_constexpr) in CheckExplicitlyDefaultedSpecialMember()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp1654 FD->isConsteval())) in CheckConstexprParameterTypes()
1666 FD->isConsteval())) in CheckConstexprReturnType()
1901 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2114 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2266 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2318 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6647 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6650 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7321 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7335 Constexpr ? (MD->isConsteval() ? CSK_consteval : CSK_constexpr) in CheckExplicitlyDefaultedSpecialMember()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDeclCXX.cpp1694 FD->isConsteval())) in CheckConstexprParameterTypes()
1706 FD->isConsteval())) in CheckConstexprReturnType()
1943 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2156 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2308 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2360 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6770 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6773 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7447 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7460 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1694 FD->isConsteval())) in CheckConstexprParameterTypes()
1706 FD->isConsteval())) in CheckConstexprReturnType()
1943 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2156 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2308 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2360 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6770 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6773 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7447 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7460 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaDeclCXX.cpp1681 FD->isConsteval())) in CheckConstexprParameterTypes()
1693 FD->isConsteval())) in CheckConstexprReturnType()
1928 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2141 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2293 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2345 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6698 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6701 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7372 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7385 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDeclCXX.cpp1694 FD->isConsteval())) in CheckConstexprParameterTypes()
1706 FD->isConsteval())) in CheckConstexprReturnType()
1943 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2156 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2308 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2360 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6770 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6773 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7447 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7460 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaDeclCXX.cpp1694 FD->isConsteval())) in CheckConstexprParameterTypes()
1706 FD->isConsteval())) in CheckConstexprReturnType()
1943 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprDeclStmt()
2156 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionStmt()
2308 << Dcl->isConsteval(); in CheckConstexprFunctionBody()
2360 << isa<CXXConstructorDecl>(Dcl) << Dcl->isConsteval(); in CheckConstexprFunctionBody()
6770 MD->isConsteval() ? diag::err_consteval_override in CheckCompletedCXXClass()
6773 return MD->isConsteval() != V->isConsteval(); in CheckCompletedCXXClass()
7447 Diag(MD->getBeginLoc(), MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7460 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp239 DiagInvalid(FD->isConsteval() ? DiagConsteval : DiagConstexpr); in isValidCoroutineContext()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DDeclPrinter.cpp615 if (D->isConsteval()) Out << "consteval "; in VisitFunctionDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DDeclPrinter.cpp615 if (D->isConsteval()) Out << "consteval "; in VisitFunctionDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DDeclPrinter.cpp615 if (D->isConsteval()) Out << "consteval "; in VisitFunctionDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp239 DiagInvalid(FD->isConsteval() ? DiagConsteval : DiagConstexpr); in isValidCoroutineContext()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DDeclPrinter.cpp615 if (D->isConsteval()) Out << "consteval "; in VisitFunctionDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp238 DiagInvalid(FD->isConsteval() ? DiagConsteval : DiagConstexpr); in isValidCoroutineContext()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp615 if (D->isConsteval()) Out << "consteval "; in VisitFunctionDecl()

1234567