Home
last modified time | relevance | path

Searched refs:create_index_var (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Dtrans-decl.c733 create_index_var (const char * pfx, int nest) in create_index_var() function
788 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
796 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
802 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
811 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
818 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
837 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/fortran/
H A Dtrans-decl.c733 create_index_var (const char * pfx, int nest) in create_index_var() function
788 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
796 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
802 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
811 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
818 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
837 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Dtrans-decl.c757 create_index_var (const char * pfx, int nest) in create_index_var() function
812 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
820 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
826 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
835 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
842 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
861 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dtrans-decl.c806 create_index_var (const char * pfx, int nest) in create_index_var() function
904 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
912 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
918 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
927 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
934 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
953 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
H A DChangeLog-2003854 * trans-decl.c (create_index_var, g95_build_qualified_array): Put vars
1628 * trans-decl.c (create_index_var): New fuction.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Dtrans-decl.c806 create_index_var (const char * pfx, int nest) in create_index_var() function
904 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
912 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
918 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
927 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
934 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
953 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-decl.c925 create_index_var (const char * pfx, int nest) in create_index_var() function
1023 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1031 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1037 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1046 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1053 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1072 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
H A DChangeLog-2003854 * trans-decl.c (create_index_var, g95_build_qualified_array): Put vars
1628 * trans-decl.c (create_index_var): New fuction.
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Dtrans-decl.c929 create_index_var (const char * pfx, int nest) in create_index_var() function
1027 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1035 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1041 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1050 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1057 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1076 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-decl.c925 create_index_var (const char * pfx, int nest) in create_index_var() function
1023 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1031 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1037 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1046 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1053 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1072 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Dtrans-decl.c941 create_index_var (const char * pfx, int nest) in create_index_var() function
1039 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1047 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1053 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1062 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1069 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1088 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Dtrans-decl.c903 create_index_var (const char * pfx, int nest) in create_index_var() function
1001 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1009 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1015 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1024 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1031 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1050 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
H A DChangeLog-2003854 * trans-decl.c (create_index_var, g95_build_qualified_array): Put vars
1628 * trans-decl.c (create_index_var): New fuction.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/fortran/
H A Dtrans-decl.c951 create_index_var (const char * pfx, int nest) in create_index_var() function
1049 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1057 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1063 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1072 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1079 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1098 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/fortran/
H A Dtrans-decl.c949 create_index_var (const char * pfx, int nest) in create_index_var() function
1047 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1055 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1061 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1070 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1077 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1096 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-decl.c925 create_index_var (const char * pfx, int nest) in create_index_var() function
1023 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1031 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1037 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1046 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1053 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1072 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/lang/gcc11/gcc-11.2.0/gcc/fortran/
H A Dtrans-decl.c944 create_index_var (const char * pfx, int nest) in create_index_var() function
1042 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1050 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1056 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1065 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1072 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1091 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-decl.c925 create_index_var (const char * pfx, int nest) in create_index_var() function
1023 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1031 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1037 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1046 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1053 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1072 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/fortran/
H A Dtrans-decl.c907 create_index_var (const char * pfx, int nest) in create_index_var() function
1005 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1013 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1019 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1028 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1035 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1054 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/fortran/
H A Dtrans-decl.c944 create_index_var (const char * pfx, int nest) in create_index_var() function
1042 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1050 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1056 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1065 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1072 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1091 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/lang/gcc10/gcc-10.3.0/gcc/fortran/
H A Dtrans-decl.c941 create_index_var (const char * pfx, int nest) in create_index_var() function
1039 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1047 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1053 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1062 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1069 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1088 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/fortran/
H A Dtrans-decl.c929 create_index_var (const char * pfx, int nest) in create_index_var() function
1027 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1035 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1041 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1050 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1057 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1076 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/lang/gcc8/gcc-8.5.0/gcc/fortran/
H A Dtrans-decl.c925 create_index_var (const char * pfx, int nest) in create_index_var() function
1023 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1031 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1037 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1046 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1053 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1072 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dtrans-decl.c951 create_index_var (const char * pfx, int nest) in create_index_var() function
1049 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1057 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1063 GFC_TYPE_ARRAY_STRIDE (type, dim) = create_index_var ("stride", nest); in gfc_build_qualified_array()
1072 GFC_TYPE_ARRAY_LBOUND (type, dim) = create_index_var ("lbound", nest); in gfc_build_qualified_array()
1079 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest); in gfc_build_qualified_array()
1098 GFC_TYPE_ARRAY_SIZE (type) = create_index_var ("size", nest); in gfc_build_qualified_array()
H A DChangeLog-2003854 * trans-decl.c (create_index_var, g95_build_qualified_array): Put vars
1628 * trans-decl.c (create_index_var): New fuction.

12