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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc4166 static unsigned int root_counter; local
4167 snprintf(buf, sizeof buf, "gc%u", root_counter);
4168 ++root_counter;

Completed in 105 milliseconds