Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Djv-lang.h37 extern struct type *java_short_type;
Djv-lang.c45 struct type *java_short_type; variable
633 return java_short_type; in java_primitive_type()
687 return java_short_type; in java_primitive_type_from_name()
966 return java_short_type; in java_create_fundamental_type()
1125 java_short_type = init_type (TYPE_CODE_INT, 2, 0, "short", NULL); in _initialize_java_language()
Djv-exp.y279 { $$ = java_short_type; }