/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | f-typeprint.c | 73 (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 D | p-typeprint.c | 61 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 D | infcall.c | 128 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 D | c-typeprint.c | 80 (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 D | c-valprint.c | 176 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in c_val_print() 354 case TYPE_CODE_FUNC: in c_val_print()
|
H A D | f-valprint.c | 399 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in f_val_print() 462 case TYPE_CODE_FUNC: in f_val_print()
|
H A D | ax-gdb.c | 719 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 D | arm-linux-tdep.c | 178 && TYPE_CODE_FUNC == TYPE_CODE (target_type)) in arm_linux_push_arguments()
|
H A D | typeprint.c | 299 case TYPE_CODE_FUNC: in print_type_scalar()
|
H A D | xstormy16-tdep.c | 599 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 D | ada-typeprint.c | 773 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 D | avr-tdep.c | 284 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 D | p-valprint.c | 166 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in pascal_val_print() 363 case TYPE_CODE_FUNC: in pascal_val_print()
|
H A D | valops.c | 251 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 D | value.h | 255 if (TYPE_CODE (VALUE_TYPE (arg)) == TYPE_CODE_FUNC) \
|
H A D | jv-valprint.c | 492 if (TYPE_CODE (target_type) == TYPE_CODE_FUNC) in java_val_print()
|
H A D | d10v-tdep.c | 332 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 D | gdbtypes.c | 381 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 D | findvar.c | 755 || TYPE_CODE (type) == TYPE_CODE_FUNC) in locate_var_value()
|
H A D | eval.c | 888 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 D | parse.c | 1291 init_type (TYPE_CODE_FUNC, 1, 0, "<text variable, no debug info>", NULL); in build_parse()
|
H A D | varobj.c | 1858 case TYPE_CODE_FUNC: in c_number_of_children() 2101 case TYPE_CODE_FUNC: in c_variable_editable()
|
H A D | values.c | 598 if (TYPE_CODE (VALUE_TYPE (val)) == TYPE_CODE_FUNC in value_as_address()
|
H A D | expprint.c | 382 if (TYPE_CODE (exp->elts[pc + 1].type) == TYPE_CODE_FUNC && in print_subexp_standard()
|
H A D | gdbtypes.h | 109 TYPE_CODE_FUNC, /* Function type */ enumerator
|