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

/haiku-buildtools/gcc/gcc/fortran/
H A Dcheck.c425 rank_check (gfc_expr *e, int n, int rank) function
966 if (!rank_check (target, 0, pointer->rank))
1963 if (!rank_check (vector_a, 0, 1))
1966 if (!rank_check (vector_b, 1, 1))
3026 if (!rank_check (matrix_b, 1, 2))
3042 if (!rank_check (matrix_b, 1, 1))
3458 if (!rank_check (vector, 2, 1))
3725 if (!rank_check (shape, 1, 1))
4452 if (shape && !rank_check (shape, 2, 1))
5194 if (!rank_check (matri
[all...]
H A Dinterface.c1939 bool rank_check, is_pointer; local
2204 rank_check = where != NULL && !is_elemental && formal->as
2214 if (rank_check || ranks_must_agree

Completed in 134 milliseconds