Searched refs:_Ios_Iostate (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h153 enum _Ios_Iostate enum
164 inline _GLIBCXX_CONSTEXPR _Ios_Iostate
165 operator&(_Ios_Iostate __a, _Ios_Iostate __b)
166 { return _Ios_Iostate(static_cast<int>(__a) & static_cast<int>(__b)); }
168 inline _GLIBCXX_CONSTEXPR _Ios_Iostate
169 operator|(_Ios_Iostate __a, _Ios_Iostate __b)
170 { return _Ios_Iostate(static_cast<int>(__a) | static_cast<int>(__b)); }
172 inline _GLIBCXX_CONSTEXPR _Ios_Iostate
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20091002-1_0.C21 enum _Ios_Iostate { _S_beg = 0, _S_cur = 1, _S_end = 2, enum in namespace:std
25 typedef _Ios_Iostate iostate;
H A Dpr65316_0.C54 enum _Ios_Iostate enum in namespace:std
60 typedef _Ios_Iostate iostate;
H A Dpr65475c_0.C46 enum _Ios_Iostate enum in namespace:std
53 typedef _Ios_Iostate iostate;
H A Dpr65475c_1.C56 enum _Ios_Iostate enum in namespace:std
64 typedef _Ios_Iostate iostate;

Completed in 106 milliseconds