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

/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c9722 int c_depth = 0, t_depth; local
9739 t_depth = nonscalar_typebound_assign (c->ts.u.derived,
9742 t_depth = 0;
9744 c_depth = t_depth > c_depth ? t_depth : c_depth;

Completed in 189 milliseconds