Home
last modified time | relevance | path

Searched refs:gfc_create_var (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Dtrans-intrinsic.c309 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
1058 m = gfc_create_var (type, NULL); in trans_this_image()
1059 ml = gfc_create_var (type, NULL); in trans_this_image()
1251 tmp = gfc_create_var (type, NULL); in trans_image_index()
2066 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
2234 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
2478 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
2654 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
2907 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
4940 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
H A Dtrans-stmt.c315 size = gfc_create_var (gfc_array_index_type, NULL); in gfc_conv_elemental_dependencies()
316 data = gfc_create_var (pvoid_type_node, NULL); in gfc_conv_elemental_dependencies()
1613 countm1 = gfc_create_var (utype, "countm1"); in gfc_trans_do()
1763 tree countm1t = gfc_create_var (utype, "countm1t"); in gfc_trans_do()
2297 case_num = gfc_create_var (ctype, "case_num"); in gfc_trans_character_select()
2423 tmp = gfc_create_var (type, "jumptable"); in gfc_trans_character_select()
2622 tse.expr = gfc_create_var (tmp, "temp"); in forall_make_variable_temp()
2909 tmpvar = gfc_create_var (type, "temp"); in gfc_do_allocate()
3712 var[n] = gfc_create_var (tmp, sym->name); in gfc_trans_forall_1()
4074 cond = gfc_create_var (mask_type, "cond"); in gfc_evaluate_where_mask()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Dtrans-intrinsic.c305 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
1054 m = gfc_create_var (type, NULL); in trans_this_image()
1055 ml = gfc_create_var (type, NULL); in trans_this_image()
1248 tmp = gfc_create_var (type, NULL); in trans_image_index()
2063 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
2231 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
2475 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
2651 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
2904 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
4937 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
H A Dtrans-stmt.c313 size = gfc_create_var (gfc_array_index_type, NULL); in gfc_conv_elemental_dependencies()
314 data = gfc_create_var (pvoid_type_node, NULL); in gfc_conv_elemental_dependencies()
1595 countm1 = gfc_create_var (utype, "countm1"); in gfc_trans_do()
1745 tree countm1t = gfc_create_var (utype, "countm1t"); in gfc_trans_do()
2279 case_num = gfc_create_var (ctype, "case_num"); in gfc_trans_character_select()
2405 tmp = gfc_create_var (type, "jumptable"); in gfc_trans_character_select()
2604 tse.expr = gfc_create_var (tmp, "temp"); in forall_make_variable_temp()
2886 tmpvar = gfc_create_var (type, "temp"); in gfc_do_allocate()
3689 var[n] = gfc_create_var (tmp, sym->name); in gfc_trans_forall_1()
4050 cond = gfc_create_var (mask_type, "cond"); in gfc_evaluate_where_mask()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/fortran/
H A Dtrans-intrinsic.c305 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
1054 m = gfc_create_var (type, NULL); in trans_this_image()
1055 ml = gfc_create_var (type, NULL); in trans_this_image()
1248 tmp = gfc_create_var (type, NULL); in trans_image_index()
2063 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
2231 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
2475 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
2651 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
2904 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
4935 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
H A Dtrans-stmt.c313 size = gfc_create_var (gfc_array_index_type, NULL); in gfc_conv_elemental_dependencies()
314 data = gfc_create_var (pvoid_type_node, NULL); in gfc_conv_elemental_dependencies()
1595 countm1 = gfc_create_var (utype, "countm1"); in gfc_trans_do()
1745 tree countm1t = gfc_create_var (utype, "countm1t"); in gfc_trans_do()
2279 case_num = gfc_create_var (ctype, "case_num"); in gfc_trans_character_select()
2405 tmp = gfc_create_var (type, "jumptable"); in gfc_trans_character_select()
2604 tse.expr = gfc_create_var (tmp, "temp"); in forall_make_variable_temp()
2886 tmpvar = gfc_create_var (type, "temp"); in gfc_do_allocate()
3689 var[n] = gfc_create_var (tmp, sym->name); in gfc_trans_forall_1()
4050 cond = gfc_create_var (mask_type, "cond"); in gfc_evaluate_where_mask()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dtrans-intrinsic.c305 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
1654 m = gfc_create_var (type, NULL); in trans_this_image()
1655 ml = gfc_create_var (type, NULL); in trans_this_image()
1849 tmp = gfc_create_var (type, NULL); in trans_image_index()
2682 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
3019 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
3265 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
3441 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
3694 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
5752 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
H A Dtrans-stmt.c314 size = gfc_create_var (gfc_array_index_type, NULL); in gfc_conv_elemental_dependencies()
315 data = gfc_create_var (pvoid_type_node, NULL); in gfc_conv_elemental_dependencies()
800 stat = gfc_create_var (integer_type_node, "stat"); in gfc_trans_lock_unlock()
2053 countm1 = gfc_create_var (utype, "countm1"); in gfc_trans_do()
2739 case_num = gfc_create_var (ctype, "case_num"); in gfc_trans_character_select()
2865 tmp = gfc_create_var (type, "jumptable"); in gfc_trans_character_select()
3064 tse.expr = gfc_create_var (tmp, "temp"); in forall_make_variable_temp()
3350 tmpvar = gfc_create_var (type, "temp"); in gfc_do_allocate()
4153 var[n] = gfc_create_var (tmp, sym->name); in gfc_trans_forall_1()
4515 cond = gfc_create_var (mask_type, "cond"); in gfc_evaluate_where_mask()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Dtrans-intrinsic.c305 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
1654 m = gfc_create_var (type, NULL); in trans_this_image()
1655 ml = gfc_create_var (type, NULL); in trans_this_image()
1849 tmp = gfc_create_var (type, NULL); in trans_image_index()
2682 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
3019 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
3265 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
3441 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
3694 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
5752 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
H A Dtrans-stmt.c314 size = gfc_create_var (gfc_array_index_type, NULL); in gfc_conv_elemental_dependencies()
315 data = gfc_create_var (pvoid_type_node, NULL); in gfc_conv_elemental_dependencies()
800 stat = gfc_create_var (integer_type_node, "stat"); in gfc_trans_lock_unlock()
2053 countm1 = gfc_create_var (utype, "countm1"); in gfc_trans_do()
2739 case_num = gfc_create_var (ctype, "case_num"); in gfc_trans_character_select()
2865 tmp = gfc_create_var (type, "jumptable"); in gfc_trans_character_select()
3064 tse.expr = gfc_create_var (tmp, "temp"); in forall_make_variable_temp()
3350 tmpvar = gfc_create_var (type, "temp"); in gfc_do_allocate()
4153 var[n] = gfc_create_var (tmp, sym->name); in gfc_trans_forall_1()
4515 cond = gfc_create_var (mask_type, "cond"); in gfc_evaluate_where_mask()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-intrinsic.c306 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2423 m = gfc_create_var (type, NULL); in trans_this_image()
2424 ml = gfc_create_var (type, NULL); in trans_this_image()
2696 tmp = gfc_create_var (type, NULL); in trans_image_index()
3530 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
3867 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4113 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4289 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4542 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
6658 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Dtrans-intrinsic.c306 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2423 m = gfc_create_var (type, NULL); in trans_this_image()
2424 ml = gfc_create_var (type, NULL); in trans_this_image()
2696 tmp = gfc_create_var (type, NULL); in trans_image_index()
3530 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
3867 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4113 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4289 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4542 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
6658 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-intrinsic.c306 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2423 m = gfc_create_var (type, NULL); in trans_this_image()
2424 ml = gfc_create_var (type, NULL); in trans_this_image()
2696 tmp = gfc_create_var (type, NULL); in trans_image_index()
3530 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
3867 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4113 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4289 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4542 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
6658 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-intrinsic.c306 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2423 m = gfc_create_var (type, NULL); in trans_this_image()
2424 ml = gfc_create_var (type, NULL); in trans_this_image()
2696 tmp = gfc_create_var (type, NULL); in trans_image_index()
3530 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
3867 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4113 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4289 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4542 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
6658 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dtrans-intrinsic.c306 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2423 m = gfc_create_var (type, NULL); in trans_this_image()
2424 ml = gfc_create_var (type, NULL); in trans_this_image()
2696 tmp = gfc_create_var (type, NULL); in trans_image_index()
3530 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
3867 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4113 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4289 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4542 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
6658 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/fortran/
H A Dtrans-intrinsic.c306 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2423 m = gfc_create_var (type, NULL); in trans_this_image()
2424 ml = gfc_create_var (type, NULL); in trans_this_image()
2696 tmp = gfc_create_var (type, NULL); in trans_image_index()
3530 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
3867 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4113 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4289 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4542 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
6658 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Dtrans-intrinsic.c307 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2494 m = gfc_create_var (type, NULL); in trans_this_image()
2495 ml = gfc_create_var (type, NULL); in trans_this_image()
2767 tmp = gfc_create_var (type, NULL); in trans_image_index()
3697 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
4080 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4314 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4513 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4783 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
7316 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Dtrans-intrinsic.c310 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2497 m = gfc_create_var (type, NULL); in trans_this_image()
2498 ml = gfc_create_var (type, NULL); in trans_this_image()
2770 tmp = gfc_create_var (type, NULL); in trans_image_index()
3709 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
4092 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4326 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4700 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4970 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
7647 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/fortran/
H A Dtrans-intrinsic.c312 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2512 m = gfc_create_var (type, NULL); in trans_this_image()
2513 ml = gfc_create_var (type, NULL); in trans_this_image()
2785 tmp = gfc_create_var (type, NULL); in trans_image_index()
3724 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
4120 mvar = gfc_create_var (argtype, "M"); in gfc_conv_intrinsic_minmax()
4497 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4871 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
5141 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
7819 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/fortran/
H A Dtrans-intrinsic.c310 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2497 m = gfc_create_var (type, NULL); in trans_this_image()
2498 ml = gfc_create_var (type, NULL); in trans_this_image()
2770 tmp = gfc_create_var (type, NULL); in trans_image_index()
3709 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
4092 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4326 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4700 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4970 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
7666 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/fortran/
H A Dtrans-intrinsic.c312 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2512 m = gfc_create_var (type, NULL); in trans_this_image()
2513 ml = gfc_create_var (type, NULL); in trans_this_image()
2785 tmp = gfc_create_var (type, NULL); in trans_image_index()
3724 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
4120 mvar = gfc_create_var (argtype, "M"); in gfc_conv_intrinsic_minmax()
4497 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4871 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
5141 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
7819 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/fortran/
H A Dtrans-intrinsic.c307 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2494 m = gfc_create_var (type, NULL); in trans_this_image()
2495 ml = gfc_create_var (type, NULL); in trans_this_image()
2767 tmp = gfc_create_var (type, NULL); in trans_image_index()
3697 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
4080 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4314 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4513 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4783 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
7284 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/fortran/
H A Dtrans-intrinsic.c310 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2497 m = gfc_create_var (type, NULL); in trans_this_image()
2498 ml = gfc_create_var (type, NULL); in trans_this_image()
2770 tmp = gfc_create_var (type, NULL); in trans_image_index()
3709 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
4092 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4326 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4700 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4970 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
7666 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/fortran/
H A Dtrans-intrinsic.c307 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2494 m = gfc_create_var (type, NULL); in trans_this_image()
2495 ml = gfc_create_var (type, NULL); in trans_this_image()
2767 tmp = gfc_create_var (type, NULL); in trans_image_index()
3697 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
4080 mvar = gfc_create_var (type, "M"); in gfc_conv_intrinsic_minmax()
4314 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4513 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
4783 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
7316 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/fortran/
H A Dtrans-intrinsic.c312 var = gfc_create_var (type, "str"); in gfc_conv_intrinsic_conversion()
2512 m = gfc_create_var (type, NULL); in trans_this_image()
2513 ml = gfc_create_var (type, NULL); in trans_this_image()
2785 tmp = gfc_create_var (type, NULL); in trans_image_index()
3724 var = gfc_create_var (type, "char"); in gfc_conv_intrinsic_char()
4120 mvar = gfc_create_var (argtype, "M"); in gfc_conv_intrinsic_minmax()
4497 resvar = gfc_create_var (type, "test"); in gfc_conv_intrinsic_anyall()
4871 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_arith()
5141 resvar = gfc_create_var (type, "val"); in gfc_conv_intrinsic_dot_product()
7819 res = gfc_create_var (type, NULL); in gfc_conv_intrinsic_spacing()
[all …]

123456789