Home
last modified time | relevance | path

Searched refs:old_this (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
Dswap.pass.cpp33 test old_this(*this); in swap() local
44 assert(t.eback() == old_this.eback()); in swap()
45 assert(t.gptr() == old_this.gptr()); in swap()
46 assert(t.egptr() == old_this.egptr()); in swap()
47 assert(t.pbase() == old_this.pbase()); in swap()
48 assert(t.pptr() == old_this.pptr()); in swap()
49 assert(t.epptr() == old_this.epptr()); in swap()
50 assert(t.getloc() == old_this.getloc()); in swap()
/external/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
Dswap.pass.cpp33 test old_this(*this); in swap() local
44 assert(t.eback() == old_this.eback()); in swap()
45 assert(t.gptr() == old_this.gptr()); in swap()
46 assert(t.egptr() == old_this.egptr()); in swap()
47 assert(t.pbase() == old_this.pbase()); in swap()
48 assert(t.pptr() == old_this.pptr()); in swap()
49 assert(t.epptr() == old_this.epptr()); in swap()
50 assert(t.getloc() == old_this.getloc()); in swap()
/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp735 kmp_int32 old_this = th->th.th_local.this_construct; in __kmp_enter_single() local
741 if (team->t.t_construct == old_this) { in __kmp_enter_single()
742 status = __kmp_atomic_compare_store_acq(&team->t.t_construct, old_this, in __kmp_enter_single()