Lines Matching refs:SL
44 using SL = std::source_location; typedef
55 SL const_init_global = SL::current();
71 SL runtime_init_global = SL::bad_current();
84 SL local = SL::current(); in test_function()
89 SL info = SL::current();
90 SL arg_info;
93 TestInit(SL arg_info = SL::current()) : arg_info(arg_info) {} in TestInit()
133 SL info = SL::current();
134 SL arg_info;
136 constexpr TestInitConstexpr(SL arg_info = SL::current()) : arg_info(arg_info) {} in TestInitConstexpr()
173 SL i1;
175 SL i2 = SL::current();
224 {SL::current()} in test_agg_init()
252 template void test_template<SL, 0>();
253 template void test_template<SL, 1>();