Searched refs:gfc_conv_string_tmp (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans.h492 tree gfc_conv_string_tmp (gfc_se *, tree, tree);
H A Dtrans-intrinsic.c1149 res_var = gfc_conv_string_tmp (se, build_pointer_type (type),
6140 var = gfc_conv_string_tmp (se, type, len);
7017 dest = gfc_conv_string_tmp (se, build_pointer_type (type), dlen);
H A Dtrans-expr.c2911 gfc_conv_string_tmp (gfc_se * se, tree type, tree len) function
2990 var = gfc_conv_string_tmp (se, type, len);
5777 var = gfc_conv_string_tmp (se, type, len);
H A Dtrans-stmt.c3040 tse.expr = gfc_conv_string_tmp (&tse, build_pointer_type (tmp),

Completed in 194 milliseconds