Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Djv-lang.h35 extern struct type *java_short_type;
H A Djv-lang.c43 struct type *java_short_type; variable
629 return java_short_type; in java_primitive_type()
683 return java_short_type; in java_primitive_type_from_name()
962 return java_short_type; in java_create_fundamental_type()
1068 java_short_type = init_type (TYPE_CODE_INT, 2, 0, "short", NULL); in _initialize_java_language()
H A Djv-exp.y279 { $$ = java_short_type; }
H A Djv-exp.c1453 { yyval.tval = java_short_type; }