Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/external/pigweed/pw_polyfill/
Dtest.cc133 TEST(Constinit, ValueIsMutable) { in TEST() argument
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp597 case ConstexprSpecKind::Constinit: in getSpecifierName()
1365 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
DSemaDecl.cpp7177 case ConstexprSpecKind::Constinit: in ActOnVariableDeclarator()
8448 if (ConstexprKind == ConstexprSpecKind::Constinit) { in CreateNewFunctionDecl()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp3713 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constinit, Loc, in ParseDeclarationSpecifiers()