Home
last modified time | relevance | path

Searched refs:debug_head (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprint-tree.h30 extern void debug_head (const tree_node &ref);
31 extern void debug_head (const tree_node *ptr);
H A Dprint-tree.c1174 debug_head (const tree_node &ref) in debug_head() function
1180 debug_head (const tree_node *ptr) in debug_head() function
1183 debug_head (*ptr); in debug_head()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprint-tree.h30 extern void debug_head (const tree_node &ref);
31 extern void debug_head (const tree_node *ptr);
H A Dprint-tree.cc1183 debug_head (const tree_node &ref) in debug_head() function
1189 debug_head (const tree_node *ptr) in debug_head() function
1192 debug_head (*ptr); in debug_head()
H A DChangeLog-20138154 (debug_head): Moved to print-tree.h.
8155 (debug_head): Moved to print-tree.h.
34790 (debug_head (const tree_node &)): New.
34791 (debug_head (const tree_node *)): New.
34847 (extern debug_head (const tree_node &)): New.
34848 (extern debug_head (const tree_node *)): New.