Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc3855 free_common_tree (gfc_symtree * common_tree) in free_common_tree() argument
3857 if (common_tree == NULL) in free_common_tree()
3860 free_common_tree (common_tree->left); in free_common_tree()
3861 free_common_tree (common_tree->right); in free_common_tree()
3863 free (common_tree); in free_common_tree()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c3837 free_common_tree (gfc_symtree * common_tree) in free_common_tree() argument
3839 if (common_tree == NULL) in free_common_tree()
3842 free_common_tree (common_tree->left); in free_common_tree()
3843 free_common_tree (common_tree->right); in free_common_tree()
3845 free (common_tree); in free_common_tree()