Searched refs:__ix (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dlocalename.cc308 for (size_t __ix = 0; __ix < _S_categories_size; ++__ix, __mask <<= 1)
312 _M_replace_category(__imp, _S_facet_categories[__ix]);
331 for (size_t __ix = 0; __ix < _S_categories_size; ++__ix, __mask <<= 1)
336 _M_replace_category(__imp, _S_facet_categories[__ix]);
343 size_t __ix_name = __ix;
344 if (__ix
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dios.cc114 ios_base::_M_grow_words(int __ix, bool __iword) argument
116 // Precondition: _M_word_size <= __ix
119 if (__ix > _S_local_word_size - 1)
121 if (__ix < numeric_limits<int>::max())
123 __newsize = __ix + 1;
160 return _M_word[__ix];
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h797 * @param __ix Index into the array.
809 iword(int __ix) argument
811 _Words& __word = (__ix < _M_word_size)
812 ? _M_word[__ix] : _M_grow_words(__ix, true);
818 * @param __ix Index into the array.
830 pword(int __ix) argument
832 _Words& __word = (__ix < _M_word_size)
833 ? _M_word[__ix] : _M_grow_words(__ix, fals
[all...]

Completed in 101 milliseconds