Home
last modified time | relevance | path

Searched refs:gfc_conv_string_tmp (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h578 tree gfc_conv_string_tmp (gfc_se *, tree, tree);
H A Dtrans-intrinsic.c1723 res_var = gfc_conv_string_tmp (se, in gfc_conv_intrinsic_caf_get()
1819 res_var = gfc_conv_string_tmp (se, build_pointer_type (type), in gfc_conv_intrinsic_caf_get()
8234 var = gfc_conv_string_tmp (se, type, len); in gfc_conv_intrinsic_adjust()
9207 dest = gfc_conv_string_tmp (se, build_pointer_type (type), dlen); in gfc_conv_intrinsic_repeat()
H A Dtrans-expr.c3546 gfc_conv_string_tmp (gfc_se * se, tree type, tree len) in gfc_conv_string_tmp() function
3628 var = gfc_conv_string_tmp (se, type, len); in gfc_conv_concat_op()
7099 var = gfc_conv_string_tmp (se, type, len); in gfc_conv_procedure_call()
H A Dtrans-stmt.c3862 tse.expr = gfc_conv_string_tmp (&tse, build_pointer_type (tmp), in forall_make_variable_temp()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h580 tree gfc_conv_string_tmp (gfc_se *, tree, tree);
H A DChangeLog-2003152 * trans-expr.c (gfc_conv_string_tmp): Ditto.
153 (gfc_conv_function_call): Use gfc_conv_string_tmp.
220 * trans-expr.c (gfc_conv_string_tmp): Likewise.
H A DChangeLog-2013355 * trans-expr.c (gfc_conv_string_tmp): Fix obtaining
361 * trans-expr.c (gfc_conv_string_tmp): Correctly obtain
H A DChangeLog-2004936 gfc_conv_cst_int_power, gfc_conv_string_tmp, gfc_conv_concat_op,
1688 gfc_conv_unary_op, gfc_conv_cst_int_power, gfc_conv_string_tmp,
H A Dtrans-intrinsic.cc1731 res_var = gfc_conv_string_tmp (se, in gfc_conv_intrinsic_caf_get()
1827 res_var = gfc_conv_string_tmp (se, build_pointer_type (type), in gfc_conv_intrinsic_caf_get()
8318 var = gfc_conv_string_tmp (se, type, len); in gfc_conv_intrinsic_adjust()
9331 dest = gfc_conv_string_tmp (se, build_pointer_type (type), dlen); in gfc_conv_intrinsic_repeat()
H A Dtrans-expr.cc3648 gfc_conv_string_tmp (gfc_se * se, tree type, tree len) in gfc_conv_string_tmp() function
3730 var = gfc_conv_string_tmp (se, type, len); in gfc_conv_concat_op()
7635 var = gfc_conv_string_tmp (se, type, len); in gfc_conv_procedure_call()
H A DChangeLog-2005193 (gfc_conv_string_tmp): Likewise.
3019 * trans-expr.c (gfc_conv_powi, gfc_conv_string_tmp,
H A DChangeLog-20082425 * trans-expr.c (gfc_conv_string_tmp): Pick the correct type for
2457 * trans-expr.c (gfc_conv_string_tmp): Don't force the use of
H A DChangeLog-20101652 gfc_conv_cst_int_power, gfc_conv_string_tmp, gfc_conv_concat_op,
3769 (gfc_conv_string_tmp): Do not assert type comparibilty.
H A DChangeLog-20073827 * trans-expr.c (gfc_conv_string_tmp): Likewise.
4886 (gfc_conv_string_tmp): Likewise.
H A DChangeLog-20182818 (gfc_conv_string_tmp): Make sure len is of the right type.
H A DChangeLog-20151011 * trans-expr.c (gfc_conv_string_tmp, gfc_conv_procedure_call,
H A Dtrans-stmt.cc3898 tse.expr = gfc_conv_string_tmp (&tse, build_pointer_type (tmp), in forall_make_variable_temp()
H A DChangeLog-20091276 * trans-expr.c (gfc_conv_string_tmp): Check type compatibility
H A DChangeLog-20062221 gfc_conv_cst_int_power, gfc_conv_string_tmp,