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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc1989 size_t plus_pos = num.find('+', 1); local
1992 if (plus_pos == std::string::npos)
1995 pos = plus_pos;

Completed in 115 milliseconds