Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c10793 is_runtime_conformable (gfc_expr *expr1, gfc_expr *expr2) in is_runtime_conformable() function
10810 if (e1 && e1->rank > 0 && !is_runtime_conformable (expr1, e1)) in is_runtime_conformable()
10821 if (e1 && e1->rank > 0 && !is_runtime_conformable (expr1, e1)) in is_runtime_conformable()
10836 return is_runtime_conformable (expr1, expr2->value.op.op1); in is_runtime_conformable()
10864 return is_runtime_conformable (expr1, e2); in is_runtime_conformable()
10866 return is_runtime_conformable (expr1, e1); in is_runtime_conformable()
10868 return is_runtime_conformable (expr1, e1) in is_runtime_conformable()
10869 && is_runtime_conformable (expr1, e2); in is_runtime_conformable()
11096 && !is_runtime_conformable (expr1, expr2); in gfc_trans_assignment_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc11331 is_runtime_conformable (gfc_expr *expr1, gfc_expr *expr2) in is_runtime_conformable() function
11348 if (e1 && e1->rank > 0 && !is_runtime_conformable (expr1, e1)) in is_runtime_conformable()
11359 if (e1 && e1->rank > 0 && !is_runtime_conformable (expr1, e1)) in is_runtime_conformable()
11374 return is_runtime_conformable (expr1, expr2->value.op.op1); in is_runtime_conformable()
11402 return is_runtime_conformable (expr1, e2); in is_runtime_conformable()
11404 return is_runtime_conformable (expr1, e1); in is_runtime_conformable()
11406 return is_runtime_conformable (expr1, e1) in is_runtime_conformable()
11407 && is_runtime_conformable (expr1, e2); in is_runtime_conformable()
11634 && !is_runtime_conformable (expr1, expr2); in gfc_trans_assignment_1()
H A DChangeLog-2013469 * trans-expr.c (is_runtime_conformable): New function.
H A DChangeLog-2014979 * trans-expr.c (is_runtime_conformable): Add NULL pointer checks.