Searched refs:__testput (Results 1 – 2 of 2) sorted by relevance
98 const bool __testput = this->pptr() < this->epptr(); in overflow() local99 if (__builtin_expect(!__testput && __capacity == __max_size, false)) in overflow()105 if (!__testput) in overflow()
7613 Don't conditionalize the copy to __testput.