Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/compile/
H A Dcompile-object-load.c414 struct type *gdb_ptr_type, *gdb_type_from_ptr, *gdb_type, *retval; in get_out_value_type() local
473 gdb_type_from_ptr = check_typedef (TYPE_TARGET_TYPE (gdb_ptr_type)); in get_out_value_type()
475 if (types_deeply_equal (gdb_type, gdb_type_from_ptr)) in get_out_value_type()
486 gdb_type_from_ptr->code (), COMPILE_I_EXPR_VAL, in get_out_value_type()
489 retval = gdb_type_from_ptr; in get_out_value_type()
490 switch (gdb_type_from_ptr->code ()) in get_out_value_type()
493 gdb_type_from_ptr = TYPE_TARGET_TYPE (gdb_type_from_ptr); in get_out_value_type()
500 gdb_type_from_ptr->code (), COMPILE_I_EXPR_PTR_TYPE, in get_out_value_type()
503 if (!types_deeply_equal (gdb_type_from_ptr, in get_out_value_type()