Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/gdb/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.c127 case TYPE_CODE_FUNC: in value_arg_coerce()
173 if (code == TYPE_CODE_FUNC || code == TYPE_CODE_METHOD) in find_function_addr()
182 if (TYPE_CODE (ftype) == TYPE_CODE_FUNC in find_function_addr()
652 if (TYPE_CODE (TYPE_TARGET_TYPE (param_type)) == TYPE_CODE_FUNC) in call_function_by_hand()
H A Dc-typeprint.c83 (code == TYPE_CODE_PTR || code == TYPE_CODE_FUNC in c_print_type()
255 case TYPE_CODE_FUNC: in c_type_print_varspec_prefix()
578 case TYPE_CODE_FUNC: in c_type_print_varspec_suffix()
704 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()
346 case TYPE_CODE_FUNC: in c_val_print()
H A Df-valprint.c399 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in f_val_print()
455 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 Dtypeprint.c299 case TYPE_CODE_FUNC: in print_type_scalar()
H A Dada-typeprint.c762 if (is_var_decl && TYPE_CODE (type) != TYPE_CODE_FUNC) in ada_print_type()
848 case TYPE_CODE_FUNC: in ada_print_type()
H A Dp-valprint.c166 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in pascal_val_print()
360 case TYPE_CODE_FUNC: in pascal_val_print()
H A Djv-valprint.c488 if (TYPE_CODE (target_type) == TYPE_CODE_FUNC) in java_val_print()
H A Dvalops.c257 if (TYPE_CODE (type2) == TYPE_CODE_FUNC) in value_cast()
894 if (TYPE_CODE (type) == TYPE_CODE_FUNC) in value_addr()
1681 if (TYPE_CODE (VALUE_TYPE (*argp)) != TYPE_CODE_FUNC) in value_struct_elt()
1880 if (TYPE_CODE (VALUE_TYPE (*argp)) != TYPE_CODE_FUNC) in value_find_oload_method_list()
H A Dvalue.h258 if (TYPE_CODE (VALUE_TYPE (arg)) == TYPE_CODE_FUNC) \
H A Dgdbtypes.c376 TYPE_CODE (ntype) = TYPE_CODE_FUNC; in make_function_type()
2391 case TYPE_CODE_FUNC: in rank_one_type()
2411 case TYPE_CODE_FUNC: in rank_one_type()
2913 case TYPE_CODE_FUNC: in recursive_dump_type()
H A Dfindvar.c771 || TYPE_CODE (type) == TYPE_CODE_FUNC) in locate_var_value()
H A Deval.c891 if (TYPE_CODE (VALUE_TYPE (method)) != TYPE_CODE_FUNC) in evaluate_subexp_standard()
1090 if (type && TYPE_CODE (type) == TYPE_CODE_FUNC) in evaluate_subexp_standard()
1260 case TYPE_CODE_FUNC: in evaluate_subexp_standard()
H A Dvarobj.c1802 case TYPE_CODE_FUNC: in c_number_of_children()
2045 case TYPE_CODE_FUNC: in c_variable_editable()
H A Dparse.c1261 init_type (TYPE_CODE_FUNC, 1, 0, "<text variable, no debug info>", NULL); in build_parse()
H A Dada-valprint.c350 case TYPE_CODE_FUNC: in ada_print_scalar()
H A Dvalues.c599 if (TYPE_CODE (VALUE_TYPE (val)) == TYPE_CODE_FUNC in value_as_address()
H A Dada-lang.c2237 TYPE_CODE_FUNC) in ada_resolve_subexp()
2408 else if (func_type == NULL || TYPE_CODE (func_type) != TYPE_CODE_FUNC) in ada_args_match()
3199 if (TYPE_CODE (SYMBOL_TYPE (syms[i])) != TYPE_CODE_FUNC in is_nonfunction()
4108 || TYPE_CODE (SYMBOL_TYPE (func)) != TYPE_CODE_FUNC in fill_in_ada_prototype()
7035 case TYPE_CODE_FUNC: in ada_evaluate_subexp()
7054 case TYPE_CODE_FUNC: in ada_evaluate_subexp()
H A Dgdbtypes.h89 TYPE_CODE_FUNC, /* Function type */ enumerator
H A Dexpprint.c382 if (TYPE_CODE (exp->elts[pc + 1].type) == TYPE_CODE_FUNC && in print_subexp_standard()
H A Dsparc-tdep.c661 if (code == TYPE_CODE_FUNC || code == TYPE_CODE_METHOD) in sparc32_frame_cache()
H A Dmdebugread.c1360 || TYPE_CODE (SYMBOL_TYPE (s)) == TYPE_CODE_FUNC) in parse_symbol()
4822 SYMBOL_TYPE (s) = init_type (TYPE_CODE_FUNC, 4, 0, (char *) NULL, in fixup_sigtramp()
4990 nodebug_func_symbol_type = init_type (TYPE_CODE_FUNC, 1, 0, in _initialize_mdebugread()

12