Lines Matching refs:cl_obj
170 TestClass cl_obj(42); in bullet_one_two_tests() local
171 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests()
179 DerivedFromTestClass cl_obj(42); in bullet_one_two_tests() local
180 std::reference_wrapper<DerivedFromTestClass> cl(cl_obj); in bullet_one_two_tests()
188 TestClass cl_obj(42); in bullet_one_two_tests() local
189 TestClass *cl = &cl_obj; in bullet_one_two_tests()
194 DerivedFromTestClass cl_obj(42); in bullet_one_two_tests() local
195 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests()
235 Fn cl_obj(42); in bullet_three_four_tests() local
236 Fn* cl = &cl_obj; in bullet_three_four_tests()
242 Fn cl_obj(42); in bullet_three_four_tests() local
243 Fn* cl = &cl_obj; in bullet_three_four_tests()