Searched refs:Constinit (Results 1 – 5 of 5) sorted by relevance
32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
133 TEST(Constinit, ValueIsMutable) { in TEST() argument
597 case ConstexprSpecKind::Constinit: in getSpecifierName()1365 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
7177 case ConstexprSpecKind::Constinit: in ActOnVariableDeclarator()8448 if (ConstexprKind == ConstexprSpecKind::Constinit) { in CreateNewFunctionDecl()
3713 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constinit, Loc, in ParseDeclarationSpecifiers()