Searched refs:iarr (Results 1 – 9 of 9) sorted by relevance
37 int iarr[10]; variable48 X0<iarr> x0b; in test()49 X0<&iarr> x0b_addr; // expected-error {{cannot be converted to a value of type 'int *'}} in test()63 X2<iarr> x2b; // expected-error {{cannot bind to template argument of type 'int [10]'}} in test()64 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()
349 int *iarr = arr<int>; in bar() local350 iarr[0] = 1; in bar()351 iarr[2] = 3; in bar()352 iarr[6] = -2; in bar()
21 typedef iar &iarr; typedef
50 typedef iar &iarr; typedef
87 int iarr[] = { 1 }; variable88 void test_PR5911() { f(iarr); } in test_PR5911()
55 free(arg->arrays.iarr); in FreeSrpcArg()