Lines Matching defs:cl
154 TestClass cl(42); in bullet_one_two_tests() local
162 DerivedFromTestClass cl(42); in bullet_one_two_tests() local
171 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests() local
180 std::reference_wrapper<DerivedFromTestClass> cl(cl_obj); in bullet_one_two_tests() local
189 TestClass *cl = &cl_obj; in bullet_one_two_tests() local
195 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests() local
205 Fn cl(42); in bullet_three_four_tests() local
214 Fn cl(42); in bullet_three_four_tests() local
223 Fn cl(42); in bullet_three_four_tests() local
229 Fn cl(42); in bullet_three_four_tests() local
236 Fn* cl = &cl_obj; in bullet_three_four_tests() local
243 Fn* cl = &cl_obj; in bullet_three_four_tests() local
262 Fn cl(42); in bullet_five_tests() local