Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc5816 write_common_0 (gfc_symtree *st, bool this_module) in write_common_0() argument
5828 write_common_0 (st->left, this_module); in write_common_0()
5847 if (this_module && p->use_assoc) in write_common_0()
5876 write_common_0 (st->right, this_module); in write_common_0()
H A DChangeLog-20093578 * module.c (write_common_0): Add argument 'this_module' and
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c5606 write_common_0 (gfc_symtree *st, bool this_module) in write_common_0() argument
5618 write_common_0 (st->left, this_module); in write_common_0()
5637 if (this_module && p->use_assoc) in write_common_0()
5665 write_common_0 (st->right, this_module); in write_common_0()