Searched refs:iarr (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dreference-init.cpp15 int iarr[] = { 1 }; member in namespace:PR5911
16 int test() { return f(iarr); }
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp40 int iarr[10]; member in namespace:addr_of_obj_or_func
51 X0<iarr> x0b;
52 X0<&iarr> x0b_addr; // expected-error {{cannot be converted to a value of type 'int *'}}
66 X2<iarr> x2b; // expected-error {{cannot bind to template argument of type 'int [10]'}}
67 X2<&iarr> x2b_addr; // expected-error {{address taken}}
/external/clang/test/SemaCXX/
H A Dconst-cast.cpp21 typedef iar &iarr; typedef
35 int (&rar)[100] = const_cast<iarr>(ar);
H A Dwarn-memset-bad-sizeof.cpp96 int iarr[14]; local
97 memset(&iarr[0], 0, sizeof iarr);
98 memset(iarr, 0, sizeof iarr);
H A Dcxx1y-variable-templates_top_level.cpp349 int *iarr = arr<int>; local
350 iarr[0] = 1;
351 iarr[2] = 3;
352 iarr[6] = -2;
H A Dcstyle-cast.cpp21 typedef iar &iarr; typedef
H A Dfunctional-cast.cpp51 typedef iar &iarr; typedef
/external/clang/test/SemaTemplate/
H A Ddeduction.cpp87 int iarr[] = { 1 }; variable
88 void test_PR5911() { f(iarr); }
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jar ... protected void ensureElementsCapacity () int newSize boolean needsCopying String[] arr int[] iarr char[][] carr int elStackSize protected void ensureAttributesCapacity (int) int[] iarr ...

Completed in 225 milliseconds