Searched refs:LitType (Results 1 – 1 of 1) sorted by relevance
20 struct LitType { struct21 constexpr LitType() : value(0) {} in LitType() function22 constexpr LitType(int x) : value(x) {} in LitType() function112 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 …]