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

/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Ddebug.cc800 _Error_formatter::_M_print_word(const char* __word) const
804 fprintf(stderr, "%s", __word);
808 size_t __length = strlen(__word);
813 = __word[__length - 1] == '\n' ? __length - 1 : __length;
829 fprintf(stderr, "%s", __word);
831 if (__word[__length - 1] == '\n')
842 _M_print_word(__word);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h811 _Words& __word = (__ix < _M_word_size) local
813 return __word._M_iword;
832 _Words& __word = (__ix < _M_word_size) local
834 return __word._M_pword;
/haiku-buildtools/gcc/libstdc++-v3/include/debug/
H A Dformatter.h436 _M_print_word(const char* __word) const;

Completed in 181 milliseconds