Searched refs:store_child_info (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | tree-browser.c | 92 static tree store_child_info (tree *, int *, void *); 724 store_child_info (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, in store_child_info() function 840 walk_tree (&node, store_child_info, NULL, NULL); in TB_update_up() 845 walk_tree (&DECL_SAVED_TREE (node), store_child_info, NULL, NULL); in TB_update_up()
|