Home
last modified time | relevance | path

Searched refs:__testput (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dsstream.tcc98 const bool __testput = this->pptr() < this->epptr(); in overflow() local
99 if (__builtin_expect(!__testput && __capacity == __max_size, false)) in overflow()
105 if (!__testput) in overflow()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20037613 Don't conditionalize the copy to __testput.