Searched refs:iarr (Results 1 – 7 of 7) sorted by relevance
37 int iarr[10]; variable47 X0<iarr> x0b; in test()48 X0<&iarr> x0b_addr; // expected-error {{cannot be converted to a value of type 'int *'}} in test()62 X2<iarr> x2b; // expected-error {{cannot bind to template argument of type 'int [10]'}} in test()63 X2<&iarr> x2b_addr; // expected-error {{address taken}} in test()
15 int iarr[] = { 1 }; variable16 int test() { return f(iarr); } in test()
96 int iarr[14]; in f() local97 memset(&iarr[0], 0, sizeof iarr); in f()
19 typedef iar &iarr; typedef33 int (&rar)[100] = const_cast<iarr>(ar); in good_const_cast_test()
21 typedef iar &iarr; typedef
50 typedef iar &iarr; typedef
87 int iarr[] = { 1 }; variable88 void test_PR5911() { f(iarr); } in test_PR5911()