Home
last modified time | relevance | path

Searched refs:java_array_type (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Djv-lang.h60 extern struct type *java_array_type (struct type *, int);
Djv-exp.y313 { $$ = java_array_type ($1, $2); }
315 { $$ = java_array_type (java_type_from_name ($1), $2); }
544 write_exp_elt_type (java_array_type ($2, $3));
569 write_exp_elt_type (java_array_type (java_type_from_name ($2), $3));
Djv-lang.c774 java_array_type (struct type *type, int dims) in java_array_type() function