/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill/ |
D | uninitialized_fill.pass.cpp | 20 struct B struct 24 explicit B() : data_(1) {} in B() argument 25 B(const B& b) {if (++count_ == 3) throw 1; data_ = b.data_;} in B() argument 26 ~B() {data_ = 0;} in ~B() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill.n/ |
D | uninitialized_fill_n.pass.cpp | 19 struct B struct 23 explicit B() : data_(1) {} in B() argument 24 B(const B& b) {if (++count_ == 3) throw 1; data_ = b.data_;} in B() argument 25 ~B() {data_ = 0;} in ~B() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.copy/ |
D | uninitialized_copy.pass.cpp | 20 struct B struct 24 explicit B() : data_(1) {} in B() argument 25 B(const B& b) {if (++count_ == 3) throw 1; data_ = b.data_;} in B() argument 26 ~B() {data_ = 0;} in ~B() argument
|
D | uninitialized_copy_n.pass.cpp | 20 struct B struct 24 explicit B() : data_(1) {} in B() argument 25 B(const B& b) {if (++count_ == 3) throw 1; data_ = b.data_;} in B() argument 26 ~B() {data_ = 0;} in ~B() argument
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | overload12_1.cpp | 9 template <int N> struct B { struct 10 B () { } in B() argument 11 B (const A<N> &) { } in B() function
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | overload12_1.cpp | 9 template <int N> struct B { struct 10 B () { } in B() argument 11 B (const A<N> &) { } in B() argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | static_assert.hpp | 21 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) static_assert(B, Msg) argument 23 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) argument 48 # define BOOST_STATIC_ASSERT( B ) static_assert(B, #B) argument 90 #define BOOST_STATIC_ASSERT( B ) \ argument 95 #define BOOST_STATIC_ASSERT( B ) \ argument 102 # define BOOST_STATIC_ASSERT( B ) \ argument 107 #define BOOST_STATIC_ASSERT( B ) \ argument 116 #define BOOST_STATIC_ASSERT( B ) \ argument 122 #define BOOST_STATIC_ASSERT( B ) \ argument 130 #define BOOST_STATIC_ASSERT( B ) \ argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/ |
D | reset.pass.cpp | 19 struct B struct 23 B() {++count;} in B() argument 24 B(const B&) {++count;} in B() function 25 virtual ~B() {--count;} in ~B() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/ |
D | shared_ptr_Y.pass.cpp | 20 struct B struct 24 B() {++count;} in B() argument 25 B(const B&) {++count;} in B() argument 26 virtual ~B() {--count;} in ~B() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
D | move_convert05.fail.cpp | 35 struct B struct 39 B() {++count;} in B() function 40 B(const B&) {++count;} in B() function 41 virtual ~B() {--count;} in ~B() argument
|
D | move_convert05.pass.cpp | 35 struct B struct 39 B() {++count;} in B() argument 40 B(const B&) {++count;} in B() argument 41 virtual ~B() {--count;} in ~B() argument
|
D | move_convert04.pass.cpp | 33 struct B struct 37 B() {++count;} in B() function 38 B(const B&) {++count;} in B() function 39 virtual ~B() {--count;} in ~B() argument
|
D | move_convert01.fail.cpp | 31 struct B struct 35 B() {++count;} in B() function 36 B(const B&) {++count;} in B() argument 37 virtual ~B() {--count;} in ~B() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | alloc_move_pair.pass.cpp | 26 struct B struct 30 explicit B(int i) : id_(i) {} in B() argument 32 virtual ~B() {} in ~B() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/ |
D | move_convert07.fail.cpp | 33 struct B struct 37 B() {++count;} in B() argument 38 B(const B&) {++count;} in B() function 39 virtual ~B() {--count;} in ~B() argument
|
D | move_convert13.fail.cpp | 33 struct B struct 37 B() {++count;} in B() argument 38 B(const B&) {++count;} in B() function 39 virtual ~B() {--count;} in ~B() argument
|
D | move_convert02.fail.cpp | 35 struct B struct 39 B() {++count;} in B() argument 40 B(const B&) {++count;} in B() function 41 virtual ~B() {--count;} in ~B() argument
|
D | move_convert17.fail.cpp | 35 struct B struct 39 B() {++count;} in B() argument 40 B(const B&) {++count;} in B() argument 41 virtual ~B() {--count;} in ~B() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/ |
D | move_convert02.fail.cpp | 33 struct B struct 37 B() {++count;} in B() argument 38 B(const B&) {++count;} in B() function 39 virtual ~B() {--count;} in ~B() argument
|
D | move_convert01.fail.cpp | 31 struct B struct 35 B() {++count;} in B() argument 36 B(const B&) {++count;} in B() argument 37 virtual ~B() {--count;} in ~B() argument
|
D | move_convert04.fail.cpp | 31 struct B struct 35 B() {++count;} in B() function 36 B(const B&) {++count;} in B() function 37 virtual ~B() {--count;} in ~B() argument
|
D | move_convert08.fail.cpp | 31 struct B struct 35 B() {++count;} in B() function 36 B(const B&) {++count;} in B() function 37 virtual ~B() {--count;} in ~B() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/ |
D | move_convert01.pass.cpp | 29 struct B struct 33 B() {++count;} in B() function 34 B(const B&) {++count;} in B() function 35 virtual ~B() {--count;} in ~B() argument
|
D | move_convert04.fail.cpp | 31 struct B struct 35 B() {++count;} in B() argument 36 B(const B&) {++count;} in B() argument 37 virtual ~B() {--count;} in ~B() argument
|
D | move_convert01.fail.cpp | 31 struct B struct 35 B() {++count;} in B() argument 36 B(const B&) {++count;} in B() function 37 virtual ~B() {--count;} in ~B() argument
|