Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c50 static const char *expr_to_string (tree);
2027 expr_to_string (tree decl) in expr_to_string() function
2345 result = expr_to_string (temp); in cp_printer()
2352 case 'E': result = expr_to_string (next_tree); break; in cp_printer()
H A DChangeLog-20033647 (expr_to_string): Likewise.
5478 (expr_to_string): Likewise.
H A DChangeLog-20044335 (expr_to_string): Likewise.
H A DChangeLog-19991586 (expr_to_string): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c68 static const char *expr_to_string PARAMS ((tree, int));
2272 expr_to_string (decl, verbose) in expr_to_string() function
2623 case 'E': result = expr_to_string (next_tree, verbose); break;
H A DChangeLog.21586 (expr_to_string): Likewise.