Searched refs:c_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
9735 if (c->as && c_depth == 0)
9736 c_depth = 1;
9744 c_depth = t_depth > c_depth ? t_depth : c_depth;
9746 return depth + c_depth;

Completed in 102 milliseconds