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

  /external/clang/test/CodeGenCXX/
2006-10-30-ClassBitfield.cpp 5 unsigned long _M_ref_count;
7 _Refcount_Base() : _M_ref_count(0) {}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h 437 * _M_ref_count, and member functions _M_incr and _M_decr, which perform
439 * _M_ref_count.
442 // The data member _M_ref_count
446 _STLP_VOLATILE __stl_atomic_t _M_ref_count;
457 _Refcount_Base(__stl_atomic_t __n) : _M_ref_count(__n) {}
465 __stl_atomic_t _M_incr() { return _STLP_ATOMIC_INCREMENT(&_M_ref_count); }
466 __stl_atomic_t _M_decr() { return _STLP_ATOMIC_DECREMENT(&_M_ref_count); }
471 return ++_M_ref_count;
475 return --_M_ref_count;
479 __stl_atomic_t _M_incr() { return ++_M_ref_count; }
    [all...]
_rope.c 414 //_STLP_ASSERT(__r->_M_ref_count >= 1)
415 if ( /* __r->_M_ref_count > 1 */ __r->_M_incr() > 2 ) { // - ptr
419 __r->_M_decr(); // - ptr, __r->_M_ref_count == 1 or 0
427 // _STLP_ASSERT(__r->_M_ref_count == 1)
428 // __r->_M_ref_count = 2;
429 __r->_M_incr(); // i.e. __r->_M_ref_count = 2
433 //_STLP_ASSERT(__result->_M_ref_count == 1)
456 // 1 == __result->_M_ref_count &&
457 // 1 == __balanced->_M_ref_count)
486 // _STLP_ASSERT(1 == __result->_M_ref_count)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_threads.h 437 * _M_ref_count, and member functions _M_incr and _M_decr, which perform
439 * _M_ref_count.
442 // The data member _M_ref_count
446 _STLP_VOLATILE __stl_atomic_t _M_ref_count;
457 _Refcount_Base(__stl_atomic_t __n) : _M_ref_count(__n) {}
465 __stl_atomic_t _M_incr() { return _STLP_ATOMIC_INCREMENT(&_M_ref_count); }
466 __stl_atomic_t _M_decr() { return _STLP_ATOMIC_DECREMENT(&_M_ref_count); }
471 return ++_M_ref_count;
475 return --_M_ref_count;
479 __stl_atomic_t _M_incr() { return ++_M_ref_count; }
    [all...]
_rope.c 414 //_STLP_ASSERT(__r->_M_ref_count >= 1)
415 if ( /* __r->_M_ref_count > 1 */ __r->_M_incr() > 2 ) { // - ptr
419 __r->_M_decr(); // - ptr, __r->_M_ref_count == 1 or 0
427 // _STLP_ASSERT(__r->_M_ref_count == 1)
428 // __r->_M_ref_count = 2;
429 __r->_M_incr(); // i.e. __r->_M_ref_count = 2
433 //_STLP_ASSERT(__result->_M_ref_count == 1)
456 // 1 == __result->_M_ref_count &&
457 // 1 == __balanced->_M_ref_count)
486 // _STLP_ASSERT(1 == __result->_M_ref_count)
    [all...]
  /external/elfutils/tests/
run-dwarf-getstring.sh 34 _M_ref_count
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 460 if (__r->_M_ref_count > 1)
476 __r->_M_ref_count = 2;
594 size_t __count = __r->_M_ref_count;
600 __r->_M_ref_count = 2; // One more than before
620 __new_right->_M_ref_count = 1;
623 __r->_M_ref_count = 2; // One more than before.
1133 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 460 if (__r->_M_ref_count > 1)
476 __r->_M_ref_count = 2;
594 size_t __count = __r->_M_ref_count;
600 __r->_M_ref_count = 2; // One more than before
620 __new_right->_M_ref_count = 1;
623 __r->_M_ref_count = 2; // One more than before.
1133 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h 460 if (__r->_M_ref_count > 1)
476 __r->_M_ref_count = 2;
594 size_t __count = __r->_M_ref_count;
600 __r->_M_ref_count = 2; // One more than before
620 __new_right->_M_ref_count = 1;
623 __r->_M_ref_count = 2; // One more than before.
1133 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size,
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
ropeimpl.h 460 if (__r->_M_ref_count > 1)
476 __r->_M_ref_count = 2;
594 size_t __count = __r->_M_ref_count;
600 __r->_M_ref_count = 2; // One more than before
620 __new_right->_M_ref_count = 1;
623 __r->_M_ref_count = 2; // One more than before.
1133 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size,
    [all...]

Completed in 837 milliseconds