/external/clang/test/CodeGenCXX/ |
2006-10-30-ClassBitfield.cpp | 4 struct _Refcount_Base { 7 _Refcount_Base() : _M_ref_count(0) {} 10 struct _Rope_RopeRep : public _Refcount_Base
|
/ndk/sources/cxx-stl/stlport/src/ |
locale_impl.h | 60 class _STLP_CLASS_DECLSPEC _Locale_impl : public _Refcount_Base { 85 _Refcount_Base& _M_count() const;
|
locale_impl.cpp | 69 _Refcount_Base& _Locale_impl::Init::_M_count() const { 70 static _Refcount_Base _S_count(0); 75 : _Refcount_Base(0), name(s), facets_vec() { 81 : _Refcount_Base(0), name(locimpl.name), facets_vec() { 88 : _Refcount_Base(0), name(s), facets_vec(n, 0) {
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 436 * Class _Refcount_Base provides a type, __stl_atomic_t, a data member, 441 class _STLP_CLASS_DECLSPEC _Refcount_Base { 457 _Refcount_Base(__stl_atomic_t __n) : _M_ref_count(__n) {} 459 ~_Refcount_Base(){};
|
_locale.h | 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { 83 * size_t instance and _Refcount_Base use __stl_atomic_t instances that might 86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} 94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
|
_rope.h | 328 : public _Refcount_Base 365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) { 380 _Refcount_Base(1), [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 436 * Class _Refcount_Base provides a type, __stl_atomic_t, a data member, 441 class _STLP_CLASS_DECLSPEC _Refcount_Base { 457 _Refcount_Base(__stl_atomic_t __n) : _M_ref_count(__n) {} 459 ~_Refcount_Base(){};
|
_locale.h | 78 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { 81 * size_t instance and _Refcount_Base use __stl_atomic_t instances that might 84 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} 92 facet(const facet& ) /* : _Refcount_Base(1) {} */;
|
_rope.h | 328 : public _Refcount_Base 365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) { 380 _Refcount_Base(1), [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 436 * Class _Refcount_Base provides a type, __stl_atomic_t, a data member, 441 class _STLP_CLASS_DECLSPEC _Refcount_Base { 457 _Refcount_Base(__stl_atomic_t __n) : _M_ref_count(__n) {} 459 ~_Refcount_Base(){};
|
_locale.h | 78 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { 81 * size_t instance and _Refcount_Base use __stl_atomic_t instances that might 84 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} 92 facet(const facet& ) /* : _Refcount_Base(1) {} */;
|
_rope.h | 328 : public _Refcount_Base 365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) { 380 _Refcount_Base(1), [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 436 * Class _Refcount_Base provides a type, __stl_atomic_t, a data member, 441 class _STLP_CLASS_DECLSPEC _Refcount_Base { 457 _Refcount_Base(__stl_atomic_t __n) : _M_ref_count(__n) {} 459 ~_Refcount_Base(){};
|
_locale.h | 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { 83 * size_t instance and _Refcount_Base use __stl_atomic_t instances that might 86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} 94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
|
_rope.h | 328 : public _Refcount_Base 365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) { 380 _Refcount_Base(1), [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 436 * Class _Refcount_Base provides a type, __stl_atomic_t, a data member, 441 class _STLP_CLASS_DECLSPEC _Refcount_Base { 457 _Refcount_Base(__stl_atomic_t __n) : _M_ref_count(__n) {} 459 ~_Refcount_Base(){};
|
_locale.h | 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { 83 * size_t instance and _Refcount_Base use __stl_atomic_t instances that might 86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} 94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
|
_rope.h | 328 : public _Refcount_Base 365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) { 380 _Refcount_Base(1), [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_threads.h | 436 * Class _Refcount_Base provides a type, __stl_atomic_t, a data member, 441 class _STLP_CLASS_DECLSPEC _Refcount_Base { 457 _Refcount_Base(__stl_atomic_t __n) : _M_ref_count(__n) {} 459 ~_Refcount_Base(){};
|
_locale.h | 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { 83 * size_t instance and _Refcount_Base use __stl_atomic_t instances that might 86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} 94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
|
_rope.h | 328 : public _Refcount_Base 365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) { 380 _Refcount_Base(1), [all...] |