Home
last modified time | relevance | path

Searched refs:TYPE_CODE_FUNC (Results 1 – 25 of 41) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/gdb/
H A Df-typeprint.c73 (code == TYPE_CODE_PTR || code == TYPE_CODE_FUNC in f_print_type()
116 case TYPE_CODE_FUNC: in f_type_print_varspec_prefix()
229 case TYPE_CODE_FUNC: in f_type_print_varspec_suffix()
323 case TYPE_CODE_FUNC: in f_type_print_base()
H A Dp-typeprint.c61 if ((code == TYPE_CODE_FUNC || in pascal_print_type()
70 !(code == TYPE_CODE_FUNC || in pascal_print_type()
76 if (!(code == TYPE_CODE_FUNC || in pascal_print_type()
248 case TYPE_CODE_FUNC: in pascal_type_print_varspec_prefix()
382 case TYPE_CODE_FUNC: in pascal_type_print_varspec_suffix()
497 case TYPE_CODE_FUNC: in pascal_type_print_base()
H A Dinfcall.c128 case TYPE_CODE_FUNC: in value_arg_coerce()
174 if (code == TYPE_CODE_FUNC || code == TYPE_CODE_METHOD) in find_function_addr()
183 if (TYPE_CODE (ftype) == TYPE_CODE_FUNC in find_function_addr()
530 if (TYPE_CODE (TYPE_TARGET_TYPE (param_type)) == TYPE_CODE_FUNC) in call_function_by_hand()
H A Dc-typeprint.c80 (code == TYPE_CODE_PTR || code == TYPE_CODE_FUNC in c_print_type()
252 case TYPE_CODE_FUNC: in c_type_print_varspec_prefix()
575 case TYPE_CODE_FUNC: in c_type_print_varspec_suffix()
701 case TYPE_CODE_FUNC: in c_type_print_base()
H A Dc-valprint.c176 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in c_val_print()
354 case TYPE_CODE_FUNC: in c_val_print()
H A Df-valprint.c399 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in f_val_print()
462 case TYPE_CODE_FUNC: in f_val_print()
H A Dax-gdb.c719 case TYPE_CODE_FUNC: in gen_usual_unary()
901 case TYPE_CODE_FUNC: in gen_cast()
1119 value->kind = ((TYPE_CODE (value->type) == TYPE_CODE_FUNC) in gen_deref()
1131 if (TYPE_CODE (value->type) == TYPE_CODE_FUNC) in gen_address_of()
H A Darm-linux-tdep.c178 && TYPE_CODE_FUNC == TYPE_CODE (target_type)) in arm_linux_push_arguments()
H A Dtypeprint.c299 case TYPE_CODE_FUNC: in print_type_scalar()
H A Dxstormy16-tdep.c599 if (target == TYPE_CODE_FUNC || target == TYPE_CODE_METHOD) in xstormy16_pointer_to_address()
614 if (target == TYPE_CODE_FUNC || target == TYPE_CODE_METHOD) in xstormy16_address_to_pointer()
H A Dada-typeprint.c773 if (is_var_decl && TYPE_CODE (type) != TYPE_CODE_FUNC) in ada_print_type()
859 case TYPE_CODE_FUNC: in ada_print_type()
H A Davr-tdep.c284 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_FUNC in avr_address_to_pointer()
304 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_FUNC in avr_pointer_to_address()
H A Dp-valprint.c166 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in pascal_val_print()
363 case TYPE_CODE_FUNC: in pascal_val_print()
H A Dvalops.c251 if (TYPE_CODE (type2) == TYPE_CODE_FUNC) in value_cast()
877 if (TYPE_CODE (type) == TYPE_CODE_FUNC) in value_addr()
1612 if (TYPE_CODE (VALUE_TYPE (*argp)) != TYPE_CODE_FUNC) in value_struct_elt()
1811 if (TYPE_CODE (VALUE_TYPE (*argp)) != TYPE_CODE_FUNC) in value_find_oload_method_list()
H A Dvalue.h255 if (TYPE_CODE (VALUE_TYPE (arg)) == TYPE_CODE_FUNC) \
H A Djv-valprint.c492 if (TYPE_CODE (target_type) == TYPE_CODE_FUNC) in java_val_print()
H A Dd10v-tdep.c332 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_FUNC in d10v_address_to_pointer()
351 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_FUNC in d10v_pointer_to_address()
H A Dgdbtypes.c381 TYPE_CODE (ntype) = TYPE_CODE_FUNC; in make_function_type()
2378 case TYPE_CODE_FUNC: in rank_one_type()
2398 case TYPE_CODE_FUNC: in rank_one_type()
2900 case TYPE_CODE_FUNC: in recursive_dump_type()
H A Dfindvar.c755 || TYPE_CODE (type) == TYPE_CODE_FUNC) in locate_var_value()
H A Deval.c888 if (TYPE_CODE (VALUE_TYPE (method)) != TYPE_CODE_FUNC) in evaluate_subexp_standard()
1087 if (type && TYPE_CODE (type) == TYPE_CODE_FUNC) in evaluate_subexp_standard()
1257 case TYPE_CODE_FUNC: in evaluate_subexp_standard()
H A Dparse.c1291 init_type (TYPE_CODE_FUNC, 1, 0, "<text variable, no debug info>", NULL); in build_parse()
H A Dvarobj.c1858 case TYPE_CODE_FUNC: in c_number_of_children()
2101 case TYPE_CODE_FUNC: in c_variable_editable()
H A Dvalues.c598 if (TYPE_CODE (VALUE_TYPE (val)) == TYPE_CODE_FUNC in value_as_address()
H A Dexpprint.c382 if (TYPE_CODE (exp->elts[pc + 1].type) == TYPE_CODE_FUNC && in print_subexp_standard()
H A Dgdbtypes.h109 TYPE_CODE_FUNC, /* Function type */ enumerator

12