Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc6732 bool not_in_std; in import_iso_c_binding_module() local
6741 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module()
6746 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module()
6751 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module()
6756 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module()
6761 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module()
6766 not_in_std = false; in import_iso_c_binding_module()
6770 if (not_in_std) in import_iso_c_binding_module()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c6521 bool not_in_std; in import_iso_c_binding_module() local
6530 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module()
6535 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module()
6540 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module()
6545 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module()
6550 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module()
6555 not_in_std = false; in import_iso_c_binding_module()
6559 if (not_in_std) in import_iso_c_binding_module()