Searched refs:HasArray (Results 1 – 3 of 3) sorted by relevance
23 struct HasArray { struct29 int array0[__builtin_offsetof(HasArray, array[5])]; in test_ice() argument30 …int array1[__builtin_offsetof(HasArray, array[i])]; // expected-warning {{variable length arrays 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()
102 struct HasArray { int array[5]; } HA; in uses() argument