Home
last modified time | relevance | path

Searched refs:expr_to_string (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Derror.c56 static const char *expr_to_string (tree);
3061 expr_to_string (tree decl) in expr_to_string() function
3678 return expr_to_string (arg); in arg_to_string()
4074 result = expr_to_string (temp); in cp_printer()
4081 case 'E': result = expr_to_string (next_tree); break; in cp_printer()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Derror.c58 static const char *expr_to_string (tree);
2648 expr_to_string (tree decl) in expr_to_string() function
3216 result = expr_to_string (temp); in cp_printer()
3223 case 'E': result = expr_to_string (next_tree); break; in cp_printer()