Lines Matching defs:cl
157 TestClass cl(42); in bullet_one_two_tests() local
169 DerivedFromTestClass cl(42); in bullet_one_two_tests() local
182 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests() local
195 std::reference_wrapper<DerivedFromTestClass> cl(cl_obj); in bullet_one_two_tests() local
208 TestClass *cl = &cl_obj; in bullet_one_two_tests() local
216 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests() local
227 Fn cl(42); in bullet_three_four_tests() local
240 Fn cl(42); in bullet_three_four_tests() local
253 Fn cl(42); in bullet_three_four_tests() local
261 Fn cl(42); in bullet_three_four_tests() local
270 Fn* cl = &cl_obj; in bullet_three_four_tests() local
279 Fn* cl = &cl_obj; in bullet_three_four_tests() local
299 Fn cl(42); in bullet_five_tests() local