Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dsstream.tcc126 bool __testboth = __testin && __testout && __way != ios_base::cur; in seekoff() local
130 if (_M_buf_size && (__testin || __testout || __testboth)) in seekoff()
138 if (__testin || __testboth) in seekoff()
143 if (__testout || __testboth) in seekoff()
162 if ((__testin || __testboth) in seekoff()
168 if ((__testout || __testboth) in seekoff()
192 bool __testboth = __testin && __testout; in seekpos() local
199 if (__testin || __testboth) in seekpos()
206 if (__testout || __testboth) in seekpos()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dsstream.tcc160 const bool __testboth = __testin && __testout && __way != ios_base::cur; in seekoff() local
167 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
181 if ((__testin || __testboth) in seekoff()
188 if ((__testout || __testboth) in seekoff()