Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-object-load.c505 struct type *regsp_type, *regs_type; in get_regs_type() local
511 regsp_type = check_typedef (func_type->field (0).type ()); in get_regs_type()
512 if (regsp_type->code () != TYPE_CODE_PTR) in get_regs_type()
515 regsp_type->code (), GCC_FE_WRAPPER_FUNCTION, in get_regs_type()
518 regs_type = check_typedef (TYPE_TARGET_TYPE (regsp_type)); in get_regs_type()
/netbsd/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-object-load.c505 struct type *regsp_type, *regs_type; in get_regs_type() local
511 regsp_type = check_typedef (func_type->field (0).type ()); in get_regs_type()
512 if (regsp_type->code () != TYPE_CODE_PTR) in get_regs_type()
515 regsp_type->code (), GCC_FE_WRAPPER_FUNCTION, in get_regs_type()
518 regs_type = check_typedef (TYPE_TARGET_TYPE (regsp_type)); in get_regs_type()