Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Djv-lang.c247 type_from_class (struct value *clas) in type_from_class() function
320 TYPE_TARGET_TYPE (type) = type_from_class (temp); in type_from_class()
364 tsuper = type_from_class (temp); in java_link_class_type()
478 ftype = type_from_class (temp); in java_link_class_type()
851 type = type_from_class (java_class_from_object (arg1)); in evaluate_subexp_java()
890 el_type = type_from_class (temp); in evaluate_subexp_java()
H A Djv-lang.h52 extern struct type *type_from_class (struct value *);
H A Djv-valprint.c68 type = type_from_class (java_class_from_object (val)); in java_value_print()