Home
last modified time | relevance | path

Searched refs:w2 (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
Downer_less.pass.cpp43 const std::weak_ptr<int> w2(p2); in main() local
55 assert(!cs(p1, w2)); in main()
58 assert(cs(p3, w1) == cs(p3, w2)); in main()
64 assert(!cs(w1, w2)); in main()
65 assert(!cs(w2, w1)); in main()
67 assert(cs(w3, w1) == cs(w3, w2)); in main()
70 assert(!cs(w2, p1)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
Downer_before_weak_ptr.pass.cpp25 const std::weak_ptr<int> w2(p2); in main() local
27 assert(!w1.owner_before(w2)); in main()
28 assert(!w2.owner_before(w1)); in main()
30 assert(w3.owner_before(w1) == w3.owner_before(w2)); in main()
Dnot_less_than.fail.cpp24 const std::weak_ptr<int> w2(p2); in main() local
26 bool b = w1 < w2; in main()
Downer_before_shared_ptr.pass.cpp25 const std::weak_ptr<int> w2(p2); in main() local
28 assert(!w2.owner_before(p1)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/
Dswap.pass.cpp39 std::weak_ptr<A> w2(p2); in main() local
40 swap(w1, w2); in main()
43 assert(w2.use_count() == 1); in main()
44 assert(w2.lock().get() == ptr1); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
Dswap.pass.cpp39 std::weak_ptr<A> w2(p2); in main() local
40 w1.swap(w2); in main()
43 assert(w2.use_count() == 1); in main()
44 assert(w2.lock().get() == ptr1); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
Downer_before_weak_ptr.pass.cpp25 const std::weak_ptr<int> w2(p2); in main() local
27 assert(!p1.owner_before(w2)); in main()
30 assert(p3.owner_before(w1) == p3.owner_before(w2)); in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Deh2.cpp23 test w2; in x2() local
/ndk/tests/device/test-stlport_shared-exception/jni/
Deh2.cpp23 test w2; in x2() local
/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp132 uint64 w2 = t >> 32; in _Stl_mult64() local
136 high = u1 * v1 + w2 + (x >> 32); in _Stl_mult64()