Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dsstream.tcc62 const bool __testeq = traits_type::eq(traits_type:: in _GLIBCXX_BEGIN_NAMESPACE() local
66 if (__testeq || __testout) in _GLIBCXX_BEGIN_NAMESPACE()
69 if (!__testeq) in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dfstream.tcc194 bool __testeq = traits_type::eq(__c, this->gptr()[-1]); in pbackfail() local
198 if (!__testeof && __testeq) in pbackfail()