Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-browser.c89 static tree find_node_with_code (tree *, int *, void *);
492 res = walk_tree (&head, find_node_with_code, &code, NULL);
858 find_node_with_code (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, in find_node_with_code() function