Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-require-constant-initialization.cpp20 struct LitType { struct
21 constexpr LitType() : value(0) {} in LitType() function
22 constexpr LitType(int x) : value(x) {} in LitType() function
112 ATTR const LitType &lit_temp_ref = 42;
166 constexpr LitType l; in test_basic_start_static_2_2()
167 ATTR static LitType static_lit = l; in test_basic_start_static_2_2()
174 ATTR thread_local LitType tls = 42; in test_basic_start_static_2_2()
212 ATTR LitType lit_ctor;
213 ATTR LitType lit_ctor2{};
214 ATTR LitType lit_ctor3 = {};
[all …]