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 D | trans.h | 490 tree gfc_build_compare_string (tree, tree, tree, tree, int, enum tree_code);
|
H A D | trans-expr.c | 3812 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 D | trans-intrinsic.c | 8212 = 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 D | trans.h | 490 tree gfc_build_compare_string (tree, tree, tree, tree, int, enum tree_code);
|
H A D | ChangeLog-2010 | 1653 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 D | ChangeLog-2006 | 4448 (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 D | ChangeLog-2008 | 2463 (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 D | ChangeLog | 1495 * trans.h (gfc_build_compare_string): Likewise.
|
H A D | ChangeLog-2013 | 1392 (gfc_build_compare_string): If the strings
|
H A D | trans-expr.cc | 3914 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 D | ChangeLog-2007 | 2135 (gfc_build_compare_string): Use int type instead of default 4888 (gfc_build_compare_string): Likewise.
|
H A D | trans-intrinsic.cc | 8296 = gfc_build_compare_string (args[0], args[1], args[2], args[3], in gfc_conv_intrinsic_strcmp()
|