Searched refs:pp_tree_identifier (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-pretty-print.h | 53 extern void pp_tree_identifier (pretty_printer *, tree);
|
H A D | tree-pretty-print.c | 217 pp_tree_identifier (pp, name); in dump_fancy_name() 273 pp_tree_identifier (pp, DECL_ASSEMBLER_NAME_RAW (node)); in dump_decl_name() 289 pp_tree_identifier (pp, name); in dump_decl_name() 1607 pp_tree_identifier (pp, node); in dump_generic_node() 1693 pp_tree_identifier (pp, TYPE_NAME (node)); in dump_generic_node() 4331 pp_tree_identifier (pretty_printer *pp, tree id) in pp_tree_identifier() function
|
H A D | asan.c | 1472 pp_tree_identifier (&asan_pp, DECL_NAME (decl)); in asan_emit_stack_protection() 2827 pp_tree_identifier (&asan_pp, DECL_NAME (decl)); in asan_add_global()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-pretty-print.h | 55 extern void pp_tree_identifier (pretty_printer *, tree);
|
H A D | tree-pretty-print.cc | 223 pp_tree_identifier (pp, name); in dump_fancy_name() 279 pp_tree_identifier (pp, DECL_ASSEMBLER_NAME_RAW (node)); in dump_decl_name() 295 pp_tree_identifier (pp, name); in dump_decl_name() 1793 pp_tree_identifier (pp, node); in dump_generic_node() 1880 pp_tree_identifier (pp, TYPE_NAME (node)); in dump_generic_node() 4550 pp_tree_identifier (pretty_printer *pp, tree id) in pp_tree_identifier() function
|
H A D | asan.cc | 1861 pp_tree_identifier (&asan_pp, DECL_NAME (decl)); in asan_emit_stack_protection() 3270 pp_tree_identifier (&asan_pp, DECL_NAME (decl)); in asan_add_global()
|
H A D | ChangeLog-2013 | 24509 * tree-pretty-print.c (pp_tree_identifier): Rename from 24511 * tree-pretty-print.h (pp_tree_identifier): Remove macro definition.
|
H A D | ChangeLog-2009 | 24785 (pp_tree_identifier): Define to call pp_base_tree_identifier.
|
H A D | ChangeLog-2003 | 11772 (pp_tree_identifier): Tidy.
|
H A D | ChangeLog-2010 | 30205 (pp_tree_identifier, pp_unsupported_tree,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-pretty-print.c | 802 pp_tree_identifier (pp, TREE_PURPOSE (attributes)); in pp_c_attributes() 845 pp_tree_identifier (pp, TREE_PURPOSE (a)); in pp_c_attributes_display()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pretty-print.cc | 864 pp_tree_identifier (pp, TREE_PURPOSE (attributes)); in pp_c_attributes() 907 pp_tree_identifier (pp, TREE_PURPOSE (a)); in pp_c_attributes_display()
|