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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc9984 int found_level = 0; local
10039 if (found_level == 0 || sublevel <= found_level)
10045 found_level = sublevel;
10054 if (found_level == 0 || sublevel < found_level)
10056 found_level = sublevel;
10062 else if (sublevel > found_level)
10087 if (found_level == 0)
10097 *level = found_level;
[all...]

Completed in 110 milliseconds