Lines Matching defs:buffer
8 int buffer[10]; in simple() local
14 int buffer[10][10]; in array2d() local
29 int buffer[10][10]; in array2d_assign_from_elem() local
36 int buffer[10][10]; in array2d_call() local
41 int buffer[10][sz]; in array2d_call_vla() local
49 ten_ints_t buffer[10]; in array2d_typedef() local
67 int buffer[3] = {0}; in initializer() local
78 int buffer[] = {0, 1, 2}; in auto_size() local
86 int buffer[] {0, 1, 2}; in universal_initialization() local
94 int a, buffer[10]; in multi_decl1() local
102 int buffer[10], b; in multi_decl2() local
110 const int * buffer[10] = {a}; in local_array_ptr_to_const() local
116 int * const buffer[10] = {a}; in local_array_const_ptr() local
124 my_const_ptr buffer[10] = {a}; in local_array_const_ptr_via_typedef() local
131 const int * const buffer[10] = {a}; in local_array_const_ptr_to_const() local
140 T buffer[10]; in unsupported_local_array_in_template() local
149 my_uint buffer[10]; in typedef_as_elem_type() local
156 decltype(a) buffer[10]; in decltype_as_elem_type() local
163 MY_INT buffer[10]; in macro_as_elem_type() local
181 int buffer[MY_TEN]; in macro_as_size() local
190 my_array buffer; in typedef_as_array_type() local
196 int buffer[42]; in decltype_as_array_type() local
205 int buffer[my_const]; in constant_as_size() local
211 int buffer[10]; in subscript_negative() local
221 int buffer[10]; in subscript_signed() local