Searched refs:cl_obj (Results 1 – 3 of 3) sorted by relevance
170 TestClass cl_obj(42); in bullet_one_two_tests() local171 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests()179 DerivedFromTestClass cl_obj(42); in bullet_one_two_tests() local188 TestClass cl_obj(42); in bullet_one_two_tests() local189 TestClass *cl = &cl_obj; in bullet_one_two_tests()194 DerivedFromTestClass cl_obj(42); in bullet_one_two_tests() local195 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests()235 Fn cl_obj(42); in bullet_three_four_tests() local236 Fn* cl = &cl_obj; in bullet_three_four_tests()242 Fn cl_obj(42); in bullet_three_four_tests() local[all …]
181 TestClass cl_obj(42); in bullet_one_two_tests() local182 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests()194 DerivedFromTestClass cl_obj(42); in bullet_one_two_tests() local207 TestClass cl_obj(42); in bullet_one_two_tests() local208 TestClass *cl = &cl_obj; in bullet_one_two_tests()215 DerivedFromTestClass cl_obj(42); in bullet_one_two_tests() local216 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests()269 Fn cl_obj(42); in bullet_three_four_tests() local270 Fn* cl = &cl_obj; in bullet_three_four_tests()278 Fn cl_obj(42); in bullet_three_four_tests() local[all …]
34 cl cl_obj; in foo() local57 int a12[__builtin_classify_type(cl_obj) == record_type_class ? 1 : -1]; in foo()