Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc6213 sorted_pointer_info *spi_root = NULL; in write_symbol1() local
6214 find_symbols_to_write (&spi_root, p); in write_symbol1()
6217 if (!spi_root) in write_symbol1()
6221 write_symbol1_recursion (spi_root); in write_symbol1()
6222 free_sorted_pointer_info_tree (spi_root); in write_symbol1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c6002 sorted_pointer_info *spi_root = NULL; in write_symbol1() local
6003 find_symbols_to_write (&spi_root, p); in write_symbol1()
6006 if (!spi_root) in write_symbol1()
6010 write_symbol1_recursion (spi_root); in write_symbol1()
6011 free_sorted_pointer_info_tree (spi_root); in write_symbol1()