Home
last modified time | relevance | path

Searched refs:print_generic_expr_to_str (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.h41 extern char *print_generic_expr_to_str (tree);
H A Dtree-pretty-print.c175 print_generic_expr_to_str (tree t) in print_generic_expr_to_str() function
H A Ddwarf2out.c20568 char *desc = print_generic_expr_to_str (decl); in add_desc_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.h41 extern char *print_generic_expr_to_str (tree);
H A Dgimple-predicate-analysis.cc1644 char *str = print_generic_expr_to_str (expr); in dump()
H A Dgimple-ssa-warn-access.cc3387 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()
H A Dtree-pretty-print.cc181 print_generic_expr_to_str (tree t) in print_generic_expr_to_str() function
H A Ddwarf2out.cc21229 char *desc = print_generic_expr_to_str (decl); in add_desc_attribute()
H A DChangeLog14073 * tree-pretty-print.cc (print_generic_expr_to_str): Likewise.
H A DChangeLog-201810978 * tree-pretty-print.c (print_generic_expr_to_str): New function.
10979 * tree-pretty-print.h (print_generic_expr_to_str): Declare.
H A DChangeLog-202132446 * tree-pretty-print.c (print_generic_expr_to_str): Update comment.
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc893 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()
H A DChangeLog1372 print_generic_expr_to_str.