Home
last modified time | relevance | path

Searched refs:__old (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/
H A D_rope.c678 _RopeSubstring* __old = __STATIC_CAST(_RopeSubstring*, __base); in _S_substring() local
683 _RopeSubstring* __result = _S_new_RopeSubstring(__old->_M_base, in _S_substring()
1042 _Self_destruct_ptr __old(__result); in _S_balance()
1088 _Self_destruct_ptr __old(__too_tiny); in _S_add_leaf_to_forest()
1095 _Self_destruct_ptr __old(__too_tiny); in _S_add_leaf_to_forest()
1104 _Self_destruct_ptr __old(__insertee); in _S_add_leaf_to_forest()
1270 _RopeRep* __old = _M_root->_M_tree_ptr._M_data; variable
1273 _CharT* __ptr = _My_rope::_S_fetch_ptr(__old, _M_pos);
1279 _My_rope::_S_substring(__old, 0, _M_pos));
1281 _My_rope::_S_substring(__old, _M_pos+1, __old->_M_size._M_data));
[all …]
H A D_rope.h1005 _RopeRep* __old = this->_M_root;
1009 _RopeRep::_S_unref(__old);
1507 _RopeRep* __old = _M_tree_ptr._M_data;
1510 _S_unref(__old);
1518 _RopeRep* __old = _M_tree_ptr._M_data;
1523 _S_unref(__old);
1530 _RopeRep* __old = _M_tree_ptr._M_data;
1532 _S_unref(__old);
1540 _RopeRep* __old = _M_tree_ptr._M_data;
1542 _S_unref(__old);
[all …]
/reactos/sdk/tools/mkisofs/schilytools/include/schily/
H A Dlibport.h216 extern int rename __PR((const char *__old,
381 extern int renameat __PR((int oldfd, const char *__old,
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dallocators.cpp161 __oom_handler_type __old = __oom_handler; in set_malloc_handler() local
163 return __old; in set_malloc_handler()