Searched refs:print_generic_expr_to_str (Results 1 – 13 of 13) sorted by relevance
41 extern char *print_generic_expr_to_str (tree);
175 print_generic_expr_to_str (tree t) in print_generic_expr_to_str() function
20568 char *desc = print_generic_expr_to_str (decl); in add_desc_attribute()
1644 char *str = print_generic_expr_to_str (expr); in dump()
3387 char *s0 = print_generic_expr_to_str (sizrng[0]); in maybe_check_access_sizes()3395 char *s1 = print_generic_expr_to_str (sizrng[1]); in maybe_check_access_sizes()
181 print_generic_expr_to_str (tree t) in print_generic_expr_to_str() function
21229 char *desc = print_generic_expr_to_str (decl); in add_desc_attribute()
14073 * tree-pretty-print.cc (print_generic_expr_to_str): Likewise.
10978 * tree-pretty-print.c (print_generic_expr_to_str): New function.10979 * tree-pretty-print.h (print_generic_expr_to_str): Declare.
32446 * tree-pretty-print.c (print_generic_expr_to_str): Update comment.
893 print_generic_expr_to_str (newargs[0]), in validate_attr_args()894 print_generic_expr_to_str (newargs[1])); in validate_attr_args()897 print_generic_expr_to_str (newargs[0])); in validate_attr_args()901 print_generic_expr_to_str (prevargs[0]), in validate_attr_args()902 print_generic_expr_to_str (prevargs[1])); in validate_attr_args()905 print_generic_expr_to_str (prevargs[0])); in validate_attr_args()
1372 print_generic_expr_to_str.