Searched refs:type_to_string (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | mips-tdump.c | 239 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 D | error.c | 60 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 D | typeprint.c | 373 type_to_string (struct type *type) in type_to_string() function
|
H A D | value.h | 882 extern char *type_to_string (struct type *type);
|
H A D | c-lang.c | 349 type_str = type_to_string (type); in c_get_string()
|
H A D | varobj.c | 1360 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 D | gdbtypes.c | 1371 typename = type_to_string (type); in lookup_struct_elt_type() 1425 typename = type_to_string (type); in lookup_struct_elt_type()
|
H A D | breakpoint.c | 11113 name = type_to_string (t); in watch_command_1()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | error.c | 62 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()
|