Home
last modified time | relevance | path

Searched refs:CONSTINIT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp11 #define CONSTINIT __attribute__((require_constant_initialization)) macro
43 CONSTINIT int p = f(); // f().m == 13; initialized to 26
58 CONSTINIT int b = __builtin_is_constant_evaluated() ? 2 : y; // static initialization to 2
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/cxx/
H A Dcxx.bnf350 decl-specifier := CONSTINIT