Searched refs:pfn_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c15829 struct type *pfn_type, *self_type, *new_type;
15843 pfn_type = type->field (0).type ();
15844 if (pfn_type == NULL
15845 || pfn_type->code () != TYPE_CODE_PTR
15846 || TYPE_TARGET_TYPE (pfn_type)->code () != TYPE_CODE_FUNC)
15850 pfn_type = TYPE_TARGET_TYPE (pfn_type);
15851 if (pfn_type->num_fields () == 0
15852 /* || pfn_type->field (0).type () == NULL */
15853 || pfn_type
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.c14379 struct type *pfn_type, *self_type, *new_type;
14393 pfn_type = type->field (0).type ();
14394 if (pfn_type == NULL
14395 || pfn_type->code () != TYPE_CODE_PTR
14396 || pfn_type->target_type ()->code () != TYPE_CODE_FUNC)
14400 pfn_type = pfn_type->target_type ();
14401 if (pfn_type->num_fields () == 0
14402 /* || pfn_type->field (0).type () == NULL */
14403 || pfn_type
14369 struct type *pfn_type, *self_type, *new_type; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c9035 tree pfn_type;
9041 pfn_type = TREE_TYPE (pfn);
9045 if (TYPE_PTRMEMFUNC_P (pfn_type))
9057 to_type, pfn_type);
9062 n = get_delta_difference (TYPE_PTRMEMFUNC_OBJECT_TYPE (pfn_type),
9076 && same_type_p (to_type, pfn_type))
9021 tree pfn_type; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc9582 tree pfn_type;
9588 pfn_type = TREE_TYPE (pfn);
9592 if (TYPE_PTRMEMFUNC_P (pfn_type))
9604 to_type, pfn_type);
9609 n = get_delta_difference (TYPE_PTRMEMFUNC_OBJECT_TYPE (pfn_type),
9623 && same_type_p (to_type, pfn_type))
9568 tree pfn_type; local

Completed in 169 milliseconds