Home | History | Annotate | Download | only in debug

Lines Matching defs:__constant

58      *  by @p __seq. @p __constant is true when we are initializing a
64 _Safe_local_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
65 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
68 @p __x does. @p __constant is true if this is a constant
71 bool __constant)
72 { this->_M_attach(__x._M_sequence, __constant); }
91 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
94 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
169 _M_attach_local(_Safe_iterator_base* __it, bool __constant);
173 _M_attach_local_single(_Safe_iterator_base* __it, bool __constant) throw ();