Searched refs:find_symtree0 (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dinterface.c3584 find_symtree0 (gfc_symtree *root, gfc_symbol *sym) function
3593 st = find_symtree0 (root->left, sym);
3595 st = find_symtree0 (root->right, sym);
3618 st = find_symtree0 (ns->sym_root, sym);

Completed in 39 milliseconds