Searched refs:__o (Results 1 - 7 of 7) sorted by relevance

/external/bison/lib/
H A Dobstack.h271 ({ struct obstack const *__o = (OBSTACK); \
272 (unsigned) (__o->next_free - __o->object_base); })
276 ({ struct obstack const *__o = (OBSTACK); \
277 (unsigned) (__o->chunk_limit - __o->next_free); })
281 ({ struct obstack *__o = (OBSTACK); \
283 if (__o->chunk_limit - __o->next_free < __len) \
284 _obstack_newchunk (__o, __le
[all...]
/external/stlport/stlport/stl/
H A D_ostreambuf_iterator.h58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
80 : _M_buf(_STLP_PRIV __get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
H A D_pair.h68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {} argument
H A D_rope.c845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) { argument
846 char __f = __o.fill();
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
851 basic_ostream<_CharT, _Traits>& _S_io_get(basic_ostream<_CharT, _Traits>& __o, argument
853 streamsize __w = __o.width();
854 const bool __left = (__o.flags() & ios::left) != 0;
856 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
863 _Rope_fill(__o, __pad_len);
867 _Rope_fill(__o, __pad_len);
869 return __o;
873 _S_io_get(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r, const __false_type& ) argument
889 operator(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r) argument
[all...]
H A D_rope.h2293 basic_ostream<_CharT, _Traits>& operator<< (basic_ostream<_CharT, _Traits>& __o,
/external/stlport/stlport/stl/debug/
H A D_debug.h321 void _Set_owner(const __owned_list* __o) { _M_owner= __CONST_CAST(__owned_list*,__o); } argument
341 __owned_list(void* __o) { argument
343 _M_node._M_owner = __REINTERPRET_CAST(__owned_list*,__o);
H A D_debug.c461 __stl_debug_engine<_Dummy>::_Stamp_all(__owned_list* __l, __owned_list* __o) { argument
467 __pos->_M_owner=__o;

Completed in 175 milliseconds