Searched refs:_Obj (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dpool_allocator.cc48 __pool_alloc_base::_Obj* volatile*
88 _Obj* volatile* __free_list = _M_get_free_list(__bytes_left);
89 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list;
90 *__free_list = (_Obj*)(void*)_S_start_free;
107 _Obj* volatile* __free_list = _M_get_free_list(__i);
108 _Obj* __p = *__free_list;
137 _Obj* volatile* __free_list;
138 _Obj* __result;
139 _Obj* __current_obj;
140 _Obj* __next_ob
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr52772.C13 public: c3() { _Obj = 0; }
14 ~c3() { if (_Obj) delete _Obj; }
16 protected: c2 *_Obj; member in class:c3
19 void c3::set(c2 *pObj) { _Obj = pObj; };
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dpool_allocator.h86 union _Obj union in class:__pool_alloc_base
88 union _Obj* _M_free_list_link;
92 static _Obj* volatile _S_free_list[_S_free_list_size];
103 _GLIBCXX_CONST _Obj* volatile*
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
241 _Obj* __restrict__ __result = *__free_list;
267 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
268 _Obj* __q = reinterpret_cast<_Obj*>(__p);
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_alloc.h344 union _Obj { union in class:__default_alloc_template
345 union _Obj* _M_free_list_link;
350 static _Obj* __VOLATILE _S_free_list[];
353 static _Obj* __VOLATILE _S_free_list[_NFREELISTS];
412 _Obj* __VOLATILE* __my_free_list;
413 _Obj* __RESTRICT __result;
438 _Obj* __q = (_Obj*)__p;
439 _Obj* __VOLATILE* __my_free_list;
493 _Obj* __VOLATIL
[all...]

Completed in 143 milliseconds