Home
last modified time | relevance | path

Searched defs:throw (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h49 test_allocator() throw() : data_(-1) {} in throw() function
51 test_allocator(const test_allocator& a) throw() in throw() function
55 ~test_allocator() throw() {data_ = 0;} in throw() function
105 test_allocator() throw() : data_(-1) {} in throw() function
107 test_allocator(const test_allocator& a) throw() in throw() function
111 ~test_allocator() throw() {data_ = 0;} in throw() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h54 test_allocator() throw() : data_(0) {++count;} in throw() function
56 test_allocator(const test_allocator& a) throw() in throw() function
60 ~test_allocator() throw() {assert(data_ >= 0); --count; data_ = -1;} in throw() function
116 non_default_test_allocator(const non_default_test_allocator& a) throw() in throw() function
120 ~non_default_test_allocator() throw() {assert(data_ >= 0); --count; data_ = -1;} in throw() function
172 test_allocator() throw() : data_(-1) {} in throw() function
174 test_allocator(const test_allocator& a) throw() in throw() function
178 ~test_allocator() throw() {data_ = 0;} in throw() function