Home
last modified time | relevance | path

Searched refs:Constinit (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp598 case ConstexprSpecKind::Constinit: in getSpecifierName()
1367 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
H A DSemaDecl.cpp7270 case ConstexprSpecKind::Constinit: in ActOnVariableDeclarator()
8568 if (ConstexprKind == ConstexprSpecKind::Constinit) { in CreateNewFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3780 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constinit, Loc, in ParseDeclarationSpecifiers()