Home
last modified time | relevance | path

Searched refs:type_to_string (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmips-tdump.c239 static const char *type_to_string (AUXU *, int, FDR *);
416 type_to_string (AUXU *aux_ptr, int index, FDR *fdp) in type_to_string() function
923 type_to_string (aux_base, index+1, fdp)); in print_symbol()
958 type_to_string (aux_base, index, fdp)); in print_symbol()
1519 type_to_string (aux_symbols, i, (FDR *) 0)); in main()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Derror.c60 static const char *type_to_string (tree, int, bool, bool *, bool);
3146 type_to_string (tree typ, int verbose, bool postprocessed, bool *quote, in type_to_string() function
3676 return type_to_string (arg, verbose, true, NULL, false); in arg_to_string()
3969 type_a_text = type_to_string (type_a.m_tree, type_a.m_verbose, in handle()
3971 type_b_text = type_to_string (type_b.m_tree, type_b.m_verbose, in handle()
4090 result = type_to_string (next_tree, verbose, false, quoted, in cp_printer()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dtypeprint.c373 type_to_string (struct type *type) in type_to_string() function
H A Dvalue.h882 extern char *type_to_string (struct type *type);
H A Dc-lang.c349 type_str = type_to_string (type); in c_get_string()
H A Dvarobj.c1360 return type_to_string (var->type); in varobj_get_type()
1663 new_type_str = type_to_string (new_type); in update_type_if_necessary()
H A Dgdbtypes.c1371 typename = type_to_string (type); in lookup_struct_elt_type()
1425 typename = type_to_string (type); in lookup_struct_elt_type()
H A Dbreakpoint.c11113 name = type_to_string (t); in watch_command_1()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Derror.c62 static const char *type_to_string (tree, int);
2717 type_to_string (tree typ, int verbose) in type_to_string() function
3230 case 'T': result = type_to_string (next_tree, verbose); break; in cp_printer()