Home
last modified time | relevance | path

Searched refs:gfc_build_compare_string (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h490 tree gfc_build_compare_string (tree, tree, tree, tree, int, enum tree_code);
H A Dtrans-expr.c3812 lse.expr = gfc_build_compare_string (lse.string_length, lse.expr, in gfc_conv_expr_op()
4012 gfc_build_compare_string (tree len1, tree str1, tree len2, tree str2, int kind, in gfc_build_compare_string() function
H A Dtrans-intrinsic.c8212 = gfc_build_compare_string (args[0], args[1], args[2], args[3], in gfc_conv_intrinsic_strcmp()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h490 tree gfc_build_compare_string (tree, tree, tree, tree, int, enum tree_code);
H A DChangeLog-20101653 gfc_conv_expr_op, gfc_build_compare_string,
2776 (gfc_conv_scalar_char_value, gfc_build_compare_string,
2829 * trans.h (gfc_build_compare_string): Add CODE argument.
2831 gfc_build_compare_string.
2833 gfc_build_compare_string.
2836 (gfc_build_compare_string): Add CODE argument. If it is EQ_EXPR
H A DChangeLog-20064448 (gfc_build_compare_string):New function that compare string and handle
4450 (gfc_conv_expr_op): Use gfc_build_compare_string.
4453 gfc_build_compare_string.
4454 * trans.h (gfc_build_compare_string): Add prototype.
H A DChangeLog-20082463 (gfc_build_compare_string): Call string_to_single_character.
2682 (gfc_build_compare_string): Add kind argument and use it.
2694 * trans.h (gfc_build_compare_string): Adjust prototype.
H A DChangeLog1495 * trans.h (gfc_build_compare_string): Likewise.
H A DChangeLog-20131392 (gfc_build_compare_string): If the strings
H A Dtrans-expr.cc3914 lse.expr = gfc_build_compare_string (lse.string_length, lse.expr, in gfc_conv_expr_op()
4101 gfc_build_compare_string (tree len1, tree str1, tree len2, tree str2, int kind, in gfc_build_compare_string() function
H A DChangeLog-20072135 (gfc_build_compare_string): Use int type instead of default
4888 (gfc_build_compare_string): Likewise.
H A Dtrans-intrinsic.cc8296 = gfc_build_compare_string (args[0], args[1], args[2], args[3], in gfc_conv_intrinsic_strcmp()