Searched refs:HasArray (Results 1 – 3 of 3) sorted by relevance
22 struct HasArray { struct28 int array0[__builtin_offsetof(HasArray, array[5])]; in test_ice() argument29 int array1[__builtin_offsetof(HasArray, array[i])]; in test_ice()
12 struct HasArray { struct38 int (&&array0)[5] = HasArray().array; in test_rvalue_refs()149 array_rvalue_ref(HasArray().array); in test()
60 Type hasArrayOfShort = newParameterizedTypeWithOwner(getClass(), HasArray.class, Short.class);90 getArray = HasArray.class.getMethod("getArray"); in setUp()91 getSetOfArray = HasArray.class.getMethod("getSetOfArray"); in setUp()169 static interface HasArray<T extends Number> { interface in TypeLiteralTypeResolutionTest