Searched refs:__testput (Results 1 – 8 of 8) sorted by relevance
92 const bool __testput = this->pptr() < this->epptr(); in overflow() local93 if (__builtin_expect(!__testput && __capacity == __max_size, false)) in overflow()99 if (!__testput) in overflow()
111 const bool __testput = this->pptr() < this->epptr(); in overflow() local112 if (__builtin_expect(!__testput && __capacity == __max_size, false)) in overflow()118 if (!__testput) in overflow()
Completed in 10 milliseconds