Home
last modified time | relevance | path

Searched defs:B (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill/
Duninitialized_fill.pass.cpp20 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() function
26 ~B() {data_ = 0;} in ~B() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill.n/
Duninitialized_fill_n.pass.cpp19 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() function
25 ~B() {data_ = 0;} in ~B() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.copy/
Duninitialized_copy_n.pass.cpp20 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
Duninitialized_copy.pass.cpp20 struct B struct
24 explicit B() : data_(1) {} in B() function
25 B(const B& b) {if (++count_ == 3) throw 1; data_ = b.data_;} in B() function
26 ~B() {data_ = 0;} in ~B() argument
/ndk/tests/device/test-stlport_static-exception/jni/
Doverload12_1.cpp9 template <int N> struct B { struct
10 B () { } in B() function
11 B (const A<N> &) { } in B() function
/ndk/tests/device/test-stlport_shared-exception/jni/
Doverload12_1.cpp9 template <int N> struct B { struct
10 B () { } in B() argument
11 B (const A<N> &) { } in B() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dstatic_assert.hpp21 # 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/
Dreset.pass.cpp19 struct B struct
23 B() {++count;} in B() function
24 B(const B&) {++count;} in B() argument
25 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/
Dmove_convert05.fail.cpp35 struct B struct
39 B() {++count;} in B() argument
40 B(const B&) {++count;} in B() function
41 virtual ~B() {--count;} in ~B() argument
Dmove_convert10.fail.cpp33 struct B struct
37 B() {++count;} in B() argument
38 B(const B&) {++count;} in B() function
39 virtual ~B() {--count;} in ~B() argument
Dmove_convert04.fail.cpp33 struct B struct
37 B() {++count;} in B() argument
38 B(const B&) {++count;} in B() argument
39 virtual ~B() {--count;} in ~B() argument
Dmove_convert02.fail.cpp35 struct B struct
39 B() {++count;} in B() argument
40 B(const B&) {++count;} in B() function
41 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/
Dshared_ptr_Y.pass.cpp20 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/tuple/tuple.tuple/tuple.cnstr/
Dalloc_move_pair.pass.cpp26 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/
Dmove_convert01.fail.cpp33 struct B struct
37 B() {++count;} in B() argument
38 B(const B&) {++count;} in B() function
39 virtual ~B() {--count;} in ~B() argument
Dmove_convert10.fail.cpp33 struct B struct
37 B() {++count;} in B() argument
38 B(const B&) {++count;} in B() argument
39 virtual ~B() {--count;} in ~B() argument
Dmove_convert13.fail.cpp33 struct B struct
37 B() {++count;} in B() function
38 B(const B&) {++count;} in B() argument
39 virtual ~B() {--count;} in ~B() argument
Dmove_convert07.fail.cpp33 struct B struct
37 B() {++count;} in B() argument
38 B(const B&) {++count;} in B() argument
39 virtual ~B() {--count;} in ~B() argument
Dmove_convert02.fail.cpp35 struct B struct
39 B() {++count;} in B() argument
40 B(const B&) {++count;} in B() function
41 virtual ~B() {--count;} in ~B() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
Dmove_convert08.fail.cpp31 struct B struct
35 B() {++count;} in B() argument
36 B(const B&) {++count;} in B() argument
37 virtual ~B() {--count;} in ~B() argument
Dmove_convert04.fail.cpp31 struct B struct
35 B() {++count;} in B() argument
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/
Dmove_convert05.fail.cpp33 struct B struct
37 B() {++count;} in B() argument
38 B(const B&) {++count;} in B() argument
39 virtual ~B() {--count;} in ~B() argument
Dmove_convert01.pass.cpp29 struct B struct
33 B() {++count;} in B() argument
34 B(const B&) {++count;} in B() function
35 virtual ~B() {--count;} in ~B() argument
Dmove_convert02.fail.cpp33 struct B struct
37 B() {++count;} in B() function
38 B(const B&) {++count;} in B() argument
39 virtual ~B() {--count;} in ~B() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dshared_ptr_pointer.pass.cpp19 struct B struct
23 B() {++count;} in B() argument
24 B(const B&) {++count;} in B() argument
25 ~B() {--count;} in ~B() argument

12345678910>>...13