HomeSort by relevance Sort by last modified time
    Searched full:test_noexcept (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
delete_align_val_t_replace.pass.cpp 50 void operator delete(void* p) TEST_NOEXCEPT
56 void operator delete(void* p, const std::nothrow_t&) TEST_NOEXCEPT
62 void operator delete(void* p, std::align_val_t) TEST_NOEXCEPT
new_nothrow_replace.pass.cpp 33 void operator delete(void* p) TEST_NOEXCEPT
new_replace.pass.cpp 32 void operator delete(void* p) TEST_NOEXCEPT
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/new.delete/new.delete.array/
delete_align_val_t_replace.pass.cpp 51 void operator delete(void* p) TEST_NOEXCEPT
57 void operator delete(void* p, const std::nothrow_t&) TEST_NOEXCEPT
63 void operator delete [] (void* p, std::align_val_t) TEST_NOEXCEPT
sized_delete_array14.pass.cpp 34 void operator delete[](void* p) TEST_NOEXCEPT
40 void operator delete[](void* p, const std::nothrow_t&) TEST_NOEXCEPT
46 void operator delete[](void* p, std::size_t) TEST_NOEXCEPT
sized_delete_array_fsizeddeallocation.sh.cpp 48 void operator delete[](void* p) TEST_NOEXCEPT
54 void operator delete[](void* p, const std::nothrow_t&) TEST_NOEXCEPT
60 void operator delete[](void* p, std::size_t) TEST_NOEXCEPT
sized_delete_array_calls_unsized_delete_array.pass.cpp 26 void operator delete[](void* p) TEST_NOEXCEPT
32 void operator delete[](void* p, const std::nothrow_t&) TEST_NOEXCEPT
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/new.delete/new.delete.single/
delete_align_val_t_replace.pass.cpp 50 void operator delete(void* p) TEST_NOEXCEPT
56 void operator delete(void* p, const std::nothrow_t&) TEST_NOEXCEPT
62 void operator delete(void* p, std::align_val_t) TEST_NOEXCEPT
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
sized_delete_array_calls_unsized_delete_array.pass.cpp 26 void operator delete[](void* p) TEST_NOEXCEPT
32 void operator delete[](void* p, const std::nothrow_t&) TEST_NOEXCEPT
new_array_nothrow_replace.pass.cpp 33 void operator delete(void* p) TEST_NOEXCEPT
new_array_replace.pass.cpp 34 void operator delete(void* p) TEST_NOEXCEPT
new_align_val_t_replace.pass.cpp 59 void operator delete[](void* p, std::align_val_t) TEST_NOEXCEPT
  /external/libcxx/test/support/
test_iterators.h 487 NonThrowingIterator & operator= (const NonThrowingIterator &rhs) TEST_NOEXCEPT
496 reference operator*() const TEST_NOEXCEPT
501 NonThrowingIterator & operator++() TEST_NOEXCEPT
507 NonThrowingIterator operator++(int) TEST_NOEXCEPT
514 NonThrowingIterator & operator--() TEST_NOEXCEPT
520 NonThrowingIterator operator--(int) TEST_NOEXCEPT
527 bool operator== (const NonThrowingIterator &rhs) const TEST_NOEXCEPT
543 bool operator== (const NonThrowingIterator<T>& a, const NonThrowingIterator<T>& b) TEST_NOEXCEPT
547 bool operator!= (const NonThrowingIterator<T>& a, const NonThrowingIterator<T>& b) TEST_NOEXCEPT
controlled_allocators.hpp 241 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) {
246 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) {
307 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) {
312 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) {
358 MinAlignedAllocator(MinAlignedAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) {
363 MinAlignedAllocator(MinAlignedAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) {
461 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) {
466 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_iterators.h 487 NonThrowingIterator & operator= (const NonThrowingIterator &rhs) TEST_NOEXCEPT
496 reference operator*() const TEST_NOEXCEPT
501 NonThrowingIterator & operator++() TEST_NOEXCEPT
507 NonThrowingIterator operator++(int) TEST_NOEXCEPT
514 NonThrowingIterator & operator--() TEST_NOEXCEPT
520 NonThrowingIterator operator--(int) TEST_NOEXCEPT
527 bool operator== (const NonThrowingIterator &rhs) const TEST_NOEXCEPT
543 bool operator== (const NonThrowingIterator<T>& a, const NonThrowingIterator<T>& b) TEST_NOEXCEPT
547 bool operator!= (const NonThrowingIterator<T>& a, const NonThrowingIterator<T>& b) TEST_NOEXCEPT
controlled_allocators.hpp 241 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) {
246 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) {
307 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) {
312 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) {
358 MinAlignedAllocator(MinAlignedAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) {
363 MinAlignedAllocator(MinAlignedAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) {
461 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) {
466 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) {
  /external/libcxx/test/std/utilities/any/any.class/any.modifiers/
swap.pass.cpp 89 void test_noexcept() function
132 test_noexcept();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.modifiers/
swap.pass.cpp 84 void test_noexcept() function
96 test_noexcept();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.class/any.modifiers/
swap.pass.cpp 89 void test_noexcept() function
132 test_noexcept();
  /external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_helpers.h 21 explicit UserAtomicType(int d = 0) TEST_NOEXCEPT : i(d) {}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_helpers.h 21 explicit UserAtomicType(int d = 0) TEST_NOEXCEPT : i(d) {}
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
move.pass.cpp 142 void test_noexcept() { function
167 test_noexcept<int>();
172 test_noexcept<int[]>();
move_convert.pass.cpp 150 void test_noexcept() { function
211 test_noexcept<false>();
216 test_noexcept<true>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
move.pass.cpp 142 void test_noexcept() { function
167 test_noexcept<int>();
172 test_noexcept<int[]>();
move_convert.pass.cpp 150 void test_noexcept() { function
211 test_noexcept<false>();
216 test_noexcept<true>();

Completed in 663 milliseconds

12 3 4