Searched defs:array4 (Results 1 – 12 of 12) sorted by relevance
24 StillPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
20 NonPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
71 int array4[] = { in test_if_exists_init_list() local
72 int array4[] = { in test_if_exists_init_list() local
29 Scalar array4[EIGEN_TESTMAP_MAX_SIZE]; in map_class_vector() local69 Scalar array4[256]; in map_class_matrix() local
54 int array4[X0<float>::Inner0<int*>::value == 3? 1 : -1]; variable
72 uptr array4[] = {1, 3, 2, 5}; in TEST() local
76 int array4[ambig]; // expected-error {{non-integer type}} variable
235 Array array4; in test_reserve() local
112 int array4[is_same<X4<add_pointer>, variable
83 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : … variable