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

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c8893 is_runtime_conformable (gfc_expr *expr1, gfc_expr *expr2) function
8910 if (e1 && e1->rank > 0 && !is_runtime_conformable (expr1, e1))
8921 if (e1 && e1->rank > 0 && !is_runtime_conformable (expr1, e1))
8936 return is_runtime_conformable (expr1, expr2->value.op.op1);
8964 return is_runtime_conformable (expr1, e2);
8966 return is_runtime_conformable (expr1, e1);
8968 return is_runtime_conformable (expr1, e1)
8969 && is_runtime_conformable (expr1, e2);
9260 && !is_runtime_conformable (expr1, expr2))

Completed in 106 milliseconds