Home
last modified time | relevance | path

Searched refs:mod_symtree (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Dmodule.c5602 gfc_symtree *mod_symtree = NULL; in import_iso_c_binding_module() local
5610 if (mod_symtree == NULL) in import_iso_c_binding_module()
5616 if (mod_symtree != NULL) in import_iso_c_binding_module()
5617 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
5903 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
5929 if (mod_symtree == NULL) in use_iso_fortran_env_module()
5932 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
5933 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
5941 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6107 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/fortran/
H A Dmodule.c5613 gfc_symtree *mod_symtree = NULL; in import_iso_c_binding_module() local
5621 if (mod_symtree == NULL) in import_iso_c_binding_module()
5627 if (mod_symtree != NULL) in import_iso_c_binding_module()
5628 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
5914 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
5940 if (mod_symtree == NULL) in use_iso_fortran_env_module()
5943 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
5944 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
5952 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6118 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dmodule.c6303 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6313 if (mod_symtree == NULL) in import_iso_c_binding_module()
6319 if (mod_symtree != NULL) in import_iso_c_binding_module()
6320 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6727 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6746 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6749 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6750 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6758 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6917 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dmodule.c6639 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6649 if (mod_symtree == NULL) in import_iso_c_binding_module()
6655 if (mod_symtree != NULL) in import_iso_c_binding_module()
6656 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
7063 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
7082 if (mod_symtree == NULL) in use_iso_fortran_env_module()
7085 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
7086 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
7094 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
7253 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Dmodule.c6400 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6410 if (mod_symtree == NULL) in import_iso_c_binding_module()
6416 if (mod_symtree != NULL) in import_iso_c_binding_module()
6417 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6824 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6843 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6846 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6847 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6855 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
7014 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Dmodule.c6156 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6166 if (mod_symtree == NULL) in import_iso_c_binding_module()
6172 if (mod_symtree != NULL) in import_iso_c_binding_module()
6173 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6580 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6599 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6602 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6603 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6611 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6769 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Dmodule.c6303 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6313 if (mod_symtree == NULL) in import_iso_c_binding_module()
6319 if (mod_symtree != NULL) in import_iso_c_binding_module()
6320 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6727 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6746 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6749 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6750 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6758 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6917 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dmodule.c6228 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6238 if (mod_symtree == NULL) in import_iso_c_binding_module()
6244 if (mod_symtree != NULL) in import_iso_c_binding_module()
6245 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6652 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6671 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6674 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6675 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6683 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6842 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Dmodule.c6420 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6430 if (mod_symtree == NULL) in import_iso_c_binding_module()
6436 if (mod_symtree != NULL) in import_iso_c_binding_module()
6437 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6844 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6863 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6866 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6867 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6875 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
7034 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/fortran/
H A Dmodule.c6574 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6584 if (mod_symtree == NULL) in import_iso_c_binding_module()
6590 if (mod_symtree != NULL) in import_iso_c_binding_module()
6591 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6998 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
7017 if (mod_symtree == NULL) in use_iso_fortran_env_module()
7020 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
7021 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
7029 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
7188 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/fortran/
H A Dmodule.c6434 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6444 if (mod_symtree == NULL) in import_iso_c_binding_module()
6450 if (mod_symtree != NULL) in import_iso_c_binding_module()
6451 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6858 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6877 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6880 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6881 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6889 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
7048 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dmodule.c6303 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6313 if (mod_symtree == NULL) in import_iso_c_binding_module()
6319 if (mod_symtree != NULL) in import_iso_c_binding_module()
6320 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6727 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6746 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6749 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6750 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6758 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6917 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Dmodule.c6303 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6313 if (mod_symtree == NULL) in import_iso_c_binding_module()
6319 if (mod_symtree != NULL) in import_iso_c_binding_module()
6320 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6727 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6746 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6749 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6750 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6758 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6917 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dmodule.c6303 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6313 if (mod_symtree == NULL) in import_iso_c_binding_module()
6319 if (mod_symtree != NULL) in import_iso_c_binding_module()
6320 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6727 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6746 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6749 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6750 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6758 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6917 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/fortran/
H A Dmodule.c6379 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6389 if (mod_symtree == NULL) in import_iso_c_binding_module()
6395 if (mod_symtree != NULL) in import_iso_c_binding_module()
6396 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6803 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6822 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6825 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6826 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6834 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6993 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/fortran/
H A Dmodule.c6574 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6584 if (mod_symtree == NULL) in import_iso_c_binding_module()
6590 if (mod_symtree != NULL) in import_iso_c_binding_module()
6591 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6998 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
7017 if (mod_symtree == NULL) in use_iso_fortran_env_module()
7020 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
7021 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
7029 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
7188 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/fortran/
H A Dmodule.c6423 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6433 if (mod_symtree == NULL) in import_iso_c_binding_module()
6439 if (mod_symtree != NULL) in import_iso_c_binding_module()
6440 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6847 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6866 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6869 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6870 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6878 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
7037 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/fortran/
H A Dmodule.c6400 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6410 if (mod_symtree == NULL) in import_iso_c_binding_module()
6416 if (mod_symtree != NULL) in import_iso_c_binding_module()
6417 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6824 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6843 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6846 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6847 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6855 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
7014 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/fortran/
H A Dmodule.c6303 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6313 if (mod_symtree == NULL) in import_iso_c_binding_module()
6319 if (mod_symtree != NULL) in import_iso_c_binding_module()
6320 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6727 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6746 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6749 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6750 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6758 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6917 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/fortran/
H A Dmodule.c6574 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6584 if (mod_symtree == NULL) in import_iso_c_binding_module()
6590 if (mod_symtree != NULL) in import_iso_c_binding_module()
6591 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6998 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
7017 if (mod_symtree == NULL) in use_iso_fortran_env_module()
7020 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
7021 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
7029 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
7188 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Dmodule.c6228 gfc_symtree *mod_symtree = NULL, *tmp_symtree; in import_iso_c_binding_module() local
6238 if (mod_symtree == NULL) in import_iso_c_binding_module()
6244 if (mod_symtree != NULL) in import_iso_c_binding_module()
6245 mod_sym = mod_symtree->n.sym; in import_iso_c_binding_module()
6652 gfc_symtree *mod_symtree; in use_iso_fortran_env_module() local
6671 if (mod_symtree == NULL) in use_iso_fortran_env_module()
6674 gcc_assert (mod_symtree); in use_iso_fortran_env_module()
6675 mod_sym = mod_symtree->n.sym; in use_iso_fortran_env_module()
6683 if (!mod_symtree->n.sym->attr.intrinsic) in use_iso_fortran_env_module()
6842 gfc_symtree *mod_symtree; in gfc_use_module() local
[all …]