Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprint-tree.h32 extern void debug_body (const tree_node &ref);
33 extern void debug_body (const tree_node *ptr);
H A Dprint-tree.c1189 debug_body (const tree_node &ref) in debug_body() function
1198 debug_body (const tree_node *ptr) in debug_body() function
1201 debug_body (*ptr); in debug_body()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprint-tree.h32 extern void debug_body (const tree_node &ref);
33 extern void debug_body (const tree_node *ptr);
H A Dprint-tree.cc1198 debug_body (const tree_node &ref) in debug_body() function
1207 debug_body (const tree_node *ptr) in debug_body() function
1210 debug_body (*ptr); in debug_body()
H A DChangeLog-20138151 (debug_body): Moved to print-tree.h.
34792 (debug_body (const tree_node &)): New.
34793 (debug_body (const tree_node *)): New.
34849 (extern debug_body (const tree_node &)): New.
34850 (extern debug_body (const tree_node *)): New.
H A DChangeLog-201820213 (debug_body): Likewise.