HomeSort by relevance Sort by last modified time
    Searched refs:_M_tag (Results 1 - 9 of 9) sorted by null

  /external/clang/test/CodeGenCXX/
2006-10-30-ClassBitfield.cpp 13 int _M_tag:8;
16 int foo(_Rope_RopeRep* r) { return r->_M_tag; }
  /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...]
  /prebuilts/ndk/current/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 75 switch(__leaf->_M_tag)
144 switch(__curr_rope->_M_tag)
233 while (__detail::_S_concat == __current_node->_M_tag)
375 switch(_M_tag)
540 if (__r->_M_tag == __detail::_S_leaf
546 if (__detail::_S_concat == __r->_M_tag
547 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag)
604 && __detail::_S_leaf == __r->_M_tag)
610 if (__detail::_S_concat == __r->_M_tag)
614 if (__detail::_S_leaf == __right->_M_tag
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 75 switch(__leaf->_M_tag)
144 switch(__curr_rope->_M_tag)
233 while (__detail::_S_concat == __current_node->_M_tag)
375 switch(_M_tag)
540 if (__r->_M_tag == __detail::_S_leaf
546 if (__detail::_S_concat == __r->_M_tag
547 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag)
604 && __detail::_S_leaf == __r->_M_tag)
610 if (__detail::_S_concat == __r->_M_tag)
614 if (__detail::_S_leaf == __right->_M_tag
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h 75 switch(__leaf->_M_tag)
144 switch(__curr_rope->_M_tag)
233 while (__detail::_S_concat == __current_node->_M_tag)
375 switch(_M_tag)
540 if (__r->_M_tag == __detail::_S_leaf
546 if (__detail::_S_concat == __r->_M_tag
547 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag)
604 && __detail::_S_leaf == __r->_M_tag)
610 if (__detail::_S_concat == __r->_M_tag)
614 if (__detail::_S_leaf == __right->_M_tag
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
ropeimpl.h 75 switch(__leaf->_M_tag)
144 switch(__curr_rope->_M_tag)
233 while (__detail::_S_concat == __current_node->_M_tag)
375 switch(_M_tag)
540 if (__r->_M_tag == __detail::_S_leaf
546 if (__detail::_S_concat == __r->_M_tag
547 && __detail::_S_leaf == ((_RopeConcatenation*) __r)->_M_right->_M_tag)
604 && __detail::_S_leaf == __r->_M_tag)
610 if (__detail::_S_concat == __r->_M_tag)
614 if (__detail::_S_leaf == __right->_M_tag
    [all...]

Completed in 738 milliseconds