Lines Matching refs:tmp
43 T tmp = rhs; rhs = lhs; lhs = tmp; in swap() local
116 SharedCount tmp(rhs); in operator =() local
117 swap<SharedCount>(tmp, *this); in operator =()
281 PageAllocator tmp (rhs); in operator =() local
282 swap<PageAllocator>(tmp, *this); in operator =()
341 PageHolder tmp (rhs); in operator =() local
342 swap<PageHolder>(tmp, *this); in operator =()
379 PageHolderObject<T> tmp; in construct() local
383 store::swap<PageHolder>(tmp.m_xPage, xPage); in construct()
385 return tmp; in construct()
404 PageHolderObject<T> tmp (rhs); in operator =() local
405 this->swap(tmp); in operator =()
908 T tmp (m_value); in reset() local
909 if (tmp != value) in reset()
910 destructor_type()(tmp); in reset()
915 T tmp (m_value); in release() local
917 return tmp; in release()