HomeSort by relevance Sort by last modified time
    Searched refs:_M_ref_count (Results 1 - 17 of 17) 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) {}
  /external/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...]
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 459 if (__r->_M_ref_count > 1)
475 __r->_M_ref_count = 2;
593 size_t __count = __r->_M_ref_count;
599 __r->_M_ref_count = 2; // One more than before
619 __new_right->_M_ref_count = 1;
622 __r->_M_ref_count = 2; // One more than before.
1132 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 461 if (__r->_M_ref_count > 1)
477 __r->_M_ref_count = 2;
595 size_t __count = __r->_M_ref_count;
601 __r->_M_ref_count = 2; // One more than before
621 __new_right->_M_ref_count = 1;
624 __r->_M_ref_count = 2; // One more than before.
1134 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 461 if (__r->_M_ref_count > 1)
477 __r->_M_ref_count = 2;
595 size_t __count = __r->_M_ref_count;
601 __r->_M_ref_count = 2; // One more than before
621 __new_right->_M_ref_count = 1;
624 __r->_M_ref_count = 2; // One more than before.
1134 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size,
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 459 if (__r->_M_ref_count > 1)
475 __r->_M_ref_count = 2;
593 size_t __count = __r->_M_ref_count;
599 __r->_M_ref_count = 2; // One more than before
619 __new_right->_M_ref_count = 1;
622 __r->_M_ref_count = 2; // One more than before.
1132 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size,
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 459 if (__r->_M_ref_count > 1)
475 __r->_M_ref_count = 2;
593 size_t __count = __r->_M_ref_count;
599 __r->_M_ref_count = 2; // One more than before
619 __new_right->_M_ref_count = 1;
622 __r->_M_ref_count = 2; // One more than before.
1132 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size,
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 459 if (__r->_M_ref_count > 1)
475 __r->_M_ref_count = 2;
593 size_t __count = __r->_M_ref_count;
599 __r->_M_ref_count = 2; // One more than before
619 __new_right->_M_ref_count = 1;
622 __r->_M_ref_count = 2; // One more than before.
1132 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size,
    [all...]

Completed in 4555 milliseconds