Searched refs:debug_find_tree_1 (Results 1 – 3 of 3) sorted by relevance
5856 debug_find_tree_1 (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, void *data) in debug_find_tree_1() function5867 return walk_tree_without_duplicates (&top, debug_find_tree_1, search) != 0; in debug_find_tree()
5891 debug_find_tree_1 (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, void *data) in debug_find_tree_1() function5902 return walk_tree_without_duplicates (&top, debug_find_tree_1, search) != 0; in debug_find_tree()
7858 * tree-inline.c (debug_find_tree_1, debug_find_tree): New.