Searched refs:type_to_string (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tdump.c278 const char *type_to_string __proto((AUXU *, int, FDR *));
468 type_to_string (aux_ptr, index, fdp)
988 type_to_string (aux_base, index+1, fdp));
1023 type_to_string (aux_base, index, fdp));
1608 type_to_string (aux_symbols, i, (FDR *) 0));
460 type_to_string (aux_ptr, index, fdp) function
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c75 static const char *type_to_string (tree, int);
2985 type_to_string (tree typ, int verbose) function
3507 case 'T': result = type_to_string (next_tree, verbose); break;

Completed in 55 milliseconds