HomeSort by: relevance | last modified time | path
    Searched refs:Consteval (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit };
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 596 case ConstexprSpecKind::Consteval:
597 return "consteval";
1365 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval)
SemaDecl.cpp 4618 // C++2a [dcl.constexpr]p1: The consteval specifier shall be applied only to
7186 case ConstexprSpecKind::Consteval:
9229 ConstexprKind == ConstexprSpecKind::Consteval)) {
9237 // deallocation function shall not be declared with the consteval
9239 if (ConstexprKind == ConstexprSpecKind::Consteval &&
SemaDeclCXX.cpp 6767 // A consteval function cannot override a non-consteval function and vice
7458 ? ConstexprSpecKind::Consteval
8531 // declared constexpr or consteval only if it is constexpr-compatible.
SemaOpenMP.cpp 6647 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval;
6659 // Don't specialize constexpr/consteval functions with
6660 // non-constexpr/consteval functions.
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 2265 return getConstexprKind() == ConstexprSpecKind::Consteval;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp 1227 DS.SetConstexprSpec(ConstexprSpecKind::Consteval, ConstevalLoc, PrevSpec,
1333 // Parse mutable-opt and/or constexpr-opt or consteval-opt, and update
ParseDecl.cpp 3763 // constexpr, consteval, constinit specifiers
3769 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Consteval, Loc,
5254 // C++20 consteval and constinit.

Completed in 87 milliseconds