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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc4913 unsigned int found_depth = 0; local
4965 if (ret == NULL || subdepth < found_depth)
4970 found_depth = subdepth;
4983 else if (subdepth > found_depth)
4990 found_depth = 0;
4996 *depth = found_depth + 1;

Completed in 64 milliseconds