HomeSort by relevance Sort by last modified time
    Searched full:_m_tag (Results 1 - 18 of 18) sorted by null

  /external/llvm/test/FrontendC++/
2006-10-30-ClassBitfield.cpp 13 int _M_tag:8;
16 int foo(_Rope_RopeRep* r) { return r->_M_tag; }
  /external/stlport/stlport/stl/
_rope.c 96 switch(__leaf->_M_tag) {
165 switch(__curr_rope->_M_tag) {
249 while (_RopeRep::_S_concat == __current_node->_M_tag) {
317 switch (_M_tag) {
483 if (_RopeRep::_S_leaf == __r->_M_tag &&
489 if (_RopeRep::_S_concat == __r->_M_tag &&
490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) {
534 if (__orig_size + __slen <= _S_copy_max && _RopeRep::_S_leaf == __r->_M_tag) {
537 if (_RopeRep::_S_concat == __r->_M_tag) {
539 if (_RopeRep::_S_leaf == __right->_M_tag &
    [all...]
_rope.h 352 _Tag _M_tag:8;
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
574 switch (_M_base->_M_tag) {
607 this->_M_tag = _RopeRep::_S_substringfn;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 96 switch(__leaf->_M_tag) {
165 switch(__curr_rope->_M_tag) {
249 while (_RopeRep::_S_concat == __current_node->_M_tag) {
317 switch (_M_tag) {
483 if (_RopeRep::_S_leaf == __r->_M_tag &&
489 if (_RopeRep::_S_concat == __r->_M_tag &&
490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) {
534 if (__orig_size + __slen <= _S_copy_max && _RopeRep::_S_leaf == __r->_M_tag) {
537 if (_RopeRep::_S_concat == __r->_M_tag) {
539 if (_RopeRep::_S_leaf == __right->_M_tag &
    [all...]
_rope.h 352 _Tag _M_tag:8;
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
574 switch (_M_base->_M_tag) {
607 this->_M_tag = _RopeRep::_S_substringfn;
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_rope.c 96 switch(__leaf->_M_tag) {
165 switch(__curr_rope->_M_tag) {
249 while (_RopeRep::_S_concat == __current_node->_M_tag) {
317 switch (_M_tag) {
483 if (_RopeRep::_S_leaf == __r->_M_tag &&
489 if (_RopeRep::_S_concat == __r->_M_tag &&
490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) {
534 if (__orig_size + __slen <= _S_copy_max && _RopeRep::_S_leaf == __r->_M_tag) {
537 if (_RopeRep::_S_concat == __r->_M_tag) {
539 if (_RopeRep::_S_leaf == __right->_M_tag &
    [all...]
_rope.h 352 _Tag _M_tag:8;
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
574 switch (_M_base->_M_tag) {
607 this->_M_tag = _RopeRep::_S_substringfn;
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_rope.c 96 switch(__leaf->_M_tag) {
165 switch(__curr_rope->_M_tag) {
249 while (_RopeRep::_S_concat == __current_node->_M_tag) {
317 switch (_M_tag) {
483 if (_RopeRep::_S_leaf == __r->_M_tag &&
489 if (_RopeRep::_S_concat == __r->_M_tag &&
490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) {
534 if (__orig_size + __slen <= _S_copy_max && _RopeRep::_S_leaf == __r->_M_tag) {
537 if (_RopeRep::_S_concat == __r->_M_tag) {
539 if (_RopeRep::_S_leaf == __right->_M_tag &
    [all...]
_rope.h 352 _Tag _M_tag:8;
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
574 switch (_M_base->_M_tag) {
607 this->_M_tag = _RopeRep::_S_substringfn;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 74 switch(__leaf->_M_tag)
143 switch(__curr_rope->_M_tag)
232 while (__detail::_S_concat == __current_node->_M_tag)
374 switch(_M_tag)
539 if (__r->_M_tag == __detail::_S_leaf
545 if (__detail::_S_concat == __r->_M_tag
546 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag)
603 && __detail::_S_leaf == __r->_M_tag)
609 if (__detail::_S_concat == __r->_M_tag)
613 if (__detail::_S_leaf == __right->_M_tag
    [all...]
rope 578 __detail::_Tag _M_tag:8;
601 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0)
851 switch(_M_base->_M_tag)
885 this->_M_tag = __detail::_S_substringfn;
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 74 switch(__leaf->_M_tag)
143 switch(__curr_rope->_M_tag)
232 while (__detail::_S_concat == __current_node->_M_tag)
374 switch(_M_tag)
539 if (__r->_M_tag == __detail::_S_leaf
545 if (__detail::_S_concat == __r->_M_tag
546 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag)
603 && __detail::_S_leaf == __r->_M_tag)
609 if (__detail::_S_concat == __r->_M_tag)
613 if (__detail::_S_leaf == __right->_M_tag
    [all...]
rope 578 __detail::_Tag _M_tag:8;
601 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0)
851 switch(_M_base->_M_tag)
885 this->_M_tag = __detail::_S_substringfn;
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 74 switch(__leaf->_M_tag)
143 switch(__curr_rope->_M_tag)
232 while (__detail::_S_concat == __current_node->_M_tag)
374 switch(_M_tag)
539 if (__r->_M_tag == __detail::_S_leaf
545 if (__detail::_S_concat == __r->_M_tag
546 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag)
603 && __detail::_S_leaf == __r->_M_tag)
609 if (__detail::_S_concat == __r->_M_tag)
613 if (__detail::_S_leaf == __right->_M_tag
    [all...]
rope 578 __detail::_Tag _M_tag:8;
601 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0)
851 switch(_M_base->_M_tag)
885 this->_M_tag = __detail::_S_substringfn;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.13 

Completed in 550 milliseconds