Home
last modified time | relevance | path

Searched defs:constinit (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_polyfill/
Dlanguage_features.h38 #define constinit [[clang::require_constant_initialization]] macro
40 #define constinit macro
/external/llvm-project/lldb/test/API/lang/c/cpp_keyword_identifiers/
Dmain.c23 int constinit = 1; in main() local