Searched refs:java_array_type (Results 1 – 3 of 3) sorted by relevance
62 extern struct type *java_array_type (struct type *, int);
320 { $$ = java_array_type ($1, $2); }322 { $$ = java_array_type (java_type_from_name ($1), $2); }551 write_exp_elt_type (java_array_type ($2, $3));575 write_exp_elt_type (java_array_type (java_type_from_name ($2), $3));
820 java_array_type (struct type *type, int dims) in java_array_type() function