Searched refs:glvalue_int (Results 1 – 1 of 1) sorted by relevance
75 const int glvalue_int = 42; variable77 ATTR const int &glvalue_ref ATTR = glvalue_int;79 ATTR __thread const int &glvalue_ref_tl = glvalue_int;91 ATTR static const int &global_init = glvalue_int; in test_basic_start_static_2_1()134 const int &TT1::glvalue_init = glvalue_int;138 thread_local const int &TT1::tl_glvalue_init = glvalue_int;