Searched refs:__allocated (Results 1 – 12 of 12) sorted by relevance
237 ios_base* __allocated; in _M_swap() local241 __allocated = &__rhs; in _M_swap()246 __allocated= this; in _M_swap()249 __allocated->_M_local_word[__i] = __local->_M_local_word[__i]; in _M_swap()250 __local->_M_word = __allocated->_M_word; in _M_swap()251 __allocated->_M_word = __allocated->_M_local_word; in _M_swap()
235 ios_base* __allocated; in _M_swap() local239 __allocated = &__rhs; in _M_swap()244 __allocated= this; in _M_swap()247 __allocated->_M_local_word[__i] = __local->_M_local_word[__i]; in _M_swap()248 __local->_M_word = __allocated->_M_word; in _M_swap()249 __allocated->_M_word = __allocated->_M_local_word; in _M_swap()
258 ios_base* __allocated; in _M_swap() local262 __allocated = &__rhs; in _M_swap()267 __allocated= this; in _M_swap()270 __allocated->_M_local_word[__i] = __local->_M_local_word[__i]; in _M_swap()271 __local->_M_word = __allocated->_M_word; in _M_swap()272 __allocated->_M_word = __allocated->_M_local_word; in _M_swap()
242 ios_base* __allocated; in _M_swap() local246 __allocated = &__rhs; in _M_swap()251 __allocated= this; in _M_swap()254 __allocated->_M_local_word[__i] = __local->_M_local_word[__i]; in _M_swap()255 __local->_M_word = __allocated->_M_word; in _M_swap()256 __allocated->_M_word = __allocated->_M_local_word; in _M_swap()
31 int newalloc = file_actions->__allocated + 8; in __posix_spawn_file_actions_realloc()40 file_actions->__allocated = newalloc; in __posix_spawn_file_actions_realloc()
38 if (file_actions->__used == file_actions->__allocated in posix_spawn_file_actions_addclose()
38 if (file_actions->__used == file_actions->__allocated in posix_spawn_file_actions_adddup2()
39 if (file_actions->__used == file_actions->__allocated in posix_spawn_file_actions_addopen()
51 int __allocated; member
Completed in 13 milliseconds