HomeSort by relevance Sort by last modified time
    Searched defs:_M_ref_count (Results 1 - 8 of 8) 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...]
  /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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]

Completed in 277 milliseconds