Lines Matching defs:x
73 for (const int &x : int_non_ref_container) {} in test0() local
78 for (const double &x : int_container) {} in test0() local
83 for (const Bar x : bar_container) {} in test0() local
94 for (const int &x : A) {} in test1() local
98 for (const int x : A) {} in test1() local
104 for (int x : A) {} in test1() local
109 for (const double &x : A) {} in test1() local
113 for (const double x : A) {} in test1() local
119 for (double x : A) {} in test1() local
124 for (const Bar &x : A) {} in test1() local
128 for (const Bar x : A) {} in test1() local
134 for (Bar x : A) {} in test1() local
143 for (const int &x : B) {} in test2() local
145 for (const int x : B) {} in test2() local
149 for (int &x : B) {} in test2() local
151 for (int x : B) {} in test2() local
158 for (const double &x : B) {} in test2() local
162 for (const double x : B) {} in test2() local
169 for (double x : B) {} in test2() local
176 for (const Bar &x : B) {} in test2() local
180 for (const Bar x : B) {} in test2() local
187 for (Bar x : B) {} in test2() local
196 for (const Bar &x : C) {} in test3() local
200 for (const Bar x : C) {} in test3() local
206 for (Bar x : C) {} in test3() local
211 for (const int &x : C) {} in test3() local
215 for (const int x : C) {} in test3() local
221 for (int x : C) {} in test3() local
230 for (const Bar &x : D) {} in test4() local
232 for (const Bar x : D) {} in test4() local
240 for (Bar x : D) {} in test4() local
247 for (const int &x : D) {} in test4() local
251 for (const int x : D) {} in test4() local
259 for (int x : D) {} in test4() local
268 for (const Bar &x : E) {} in test5() local
272 for (const Bar x : E) {} in test5() local
278 for (Bar x : E) {} in test5() local
289 for (const Bar &x : F) {} in test6() local
293 for (const Bar x : F) {} in test6() local
301 for (Bar x : F) {} in test6() local
310 for (const double &x : G) {} in test7() local
312 for (const double x : G) {} in test7() local
316 for (double &x : G) {} in test7() local
318 for (double x : G) {} in test7() local
325 for (const int &x : G) {} in test7() local
329 for (const int x : G) {} in test7() local
337 for (int x : G) {} in test7() local
344 for (const Bar &x : G) {} in test7() local
348 for (const Bar x : G) {} in test7() local
356 for (Bar x : G) {} in test7() local
365 for (const Foo &x : H) {} in test8() local
367 for (const Foo x : H) {} in test8() local
373 for (Foo x : H) {} in test8() local
380 for (const Bar &x : H) {} in test8() local
384 for (const Bar x : H) {} in test8() local
392 for (Bar x: H) {} in test8() local
401 for (const Bar &x : I) {} in test9() local
403 for (const Bar x : I) {} in test9() local
411 for (Bar x : I) {} in test9() local
418 for (const int &x : I) {} in test9() local
422 for (const int x : I) {} in test9() local
430 for (int x : I) {} in test9() local
437 for (const Bar &x : C) {} in test10() local
442 for (const Bar& x : C) {} in test10() local
447 for (const Bar & x : C) {} in test10() local
452 for (const Bar&x : C) {} in test10() local
463 for (const Bar &x : C) {} in test_template_function() local
469 for (const T &x : Dependent) {} in test_template_function() local
477 for (const Bar &x : C) {} in static_member() local
483 for (const T &x : Dependent) {} in static_member() local
488 for (const Bar &x : C) {} in member() local
494 for (const T &x : Dependent) {} in member() local
502 for (const Bar &x : C) {} in member() local
511 for (const Bar &x : C) {} in template_member() local
517 for (const T &x : Dependent) {} in template_member() local