Searched refs:TYPE_CODE_ERROR (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | f-typeprint.c | 133 case TYPE_CODE_ERROR: in f_type_print_varspec_prefix() 245 case TYPE_CODE_ERROR: in f_type_print_varspec_suffix() 345 case TYPE_CODE_ERROR: in f_type_print_base()
|
| D | p-typeprint.c | 283 case TYPE_CODE_ERROR: in pascal_type_print_varspec_prefix() 404 case TYPE_CODE_ERROR: in pascal_type_print_varspec_suffix() 769 case TYPE_CODE_ERROR: in pascal_type_print_base()
|
| D | c-typeprint.c | 275 case TYPE_CODE_ERROR: in c_type_print_varspec_prefix() 616 case TYPE_CODE_ERROR: in c_type_print_varspec_suffix() 1142 case TYPE_CODE_ERROR: in c_type_print_base()
|
| D | typeprint.c | 304 case TYPE_CODE_ERROR: in print_type_scalar()
|
| D | c-valprint.c | 458 case TYPE_CODE_ERROR: in c_val_print()
|
| D | infcall.c | 148 case TYPE_CODE_ERROR: in value_arg_coerce()
|
| D | f-valprint.c | 508 case TYPE_CODE_ERROR: in f_val_print()
|
| D | values.c | 1245 if (code == TYPE_CODE_ERROR) in using_struct_return()
|
| D | p-valprint.c | 519 case TYPE_CODE_ERROR: in pascal_val_print()
|
| D | ada-valprint.c | 420 case TYPE_CODE_ERROR: in ada_print_scalar()
|
| D | gdbtypes.h | 139 TYPE_CODE_ERROR, enumerator
|
| D | eval.c | 860 || (TYPE_CODE(value_type) == TYPE_CODE_ERROR)) in evaluate_subexp_standard() 924 if ((TYPE_CODE (type) == TYPE_CODE_ERROR) && expect_type) in evaluate_subexp_standard()
|
| D | mdebugread.c | 1499 type_code = TYPE_CODE_ERROR; in parse_type() 1504 type_code = TYPE_CODE_ERROR; in parse_type() 4849 init_type (TYPE_CODE_ERROR, in _initialize_mdebugread()
|
| D | stabsread.c | 287 temp_type = init_type (TYPE_CODE_ERROR, 0, 0, NULL, NULL); in dbx_lookup_type() 2000 rettype = init_type (TYPE_CODE_ERROR, 0, 0, "stringptr", NULL); in rs6000_builtin_type()
|
| D | symtab.c | 4141 builtin_type_error = init_type (TYPE_CODE_ERROR, 0, 0, in _initialize_symtab()
|
| D | gdbtypes.c | 2924 case TYPE_CODE_ERROR: in recursive_dump_type()
|
| D | ChangeLog-1990 | 2636 symseg.h (type_code): Add TYPE_CODE_ERROR. 2639 Check for and deal with TYPE_CODE_ERROR.
|
| D | ChangeLog-1993 | 195 mdebug_type_* and make them static. Use TYPE_CODE_ERROR for
|