Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Djv-lang.h65 extern int is_object_type (struct type *);
H A Djv-lang.c596 is_object_type (struct type *type) in is_object_type() function
847 if (is_object_type (VALUE_TYPE (arg1))) in evaluate_subexp_java()
H A Djv-valprint.c58 if (is_object_type (type)) in java_value_print()