HomeSort by relevance Sort by last modified time
    Searched defs:TEST_NOEXCEPT (Results 1 - 6 of 6) sorted by null

  /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/r13/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) {}
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
test_macros.h 60 #define TEST_NOEXCEPT noexcept
69 #define TEST_NOEXCEPT
min_allocator.h 23 bare_allocator() TEST_NOEXCEPT {}
26 bare_allocator(bare_allocator<U>) TEST_NOEXCEPT {}
58 min_pointer() TEST_NOEXCEPT = default;
59 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {}
61 min_pointer(min_pointer<T> p) TEST_NOEXCEPT : ptr_(p.ptr_) {}
75 min_pointer() TEST_NOEXCEPT = default;
76 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {}
83 min_pointer(min_pointer<T> p) TEST_NOEXCEPT : ptr_(p.ptr_) {}
97 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {}
99 min_pointer() TEST_NOEXCEPT = default
    [all...]
  /external/libcxx/test/support/
min_allocator.h 26 bare_allocator() TEST_NOEXCEPT {}
29 bare_allocator(bare_allocator<U>) TEST_NOEXCEPT {}
67 no_default_allocator(no_default_allocator<U>) TEST_NOEXCEPT {}
113 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); }
116 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {}
150 min_pointer() TEST_NOEXCEPT = default;
151 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {}
153 min_pointer(min_pointer<T, ID> p) TEST_NOEXCEPT : ptr_(p.ptr_) {}
167 min_pointer() TEST_NOEXCEPT = default;
168 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {
    [all...]
test_macros.h 97 #define TEST_NOEXCEPT noexcept
114 #define TEST_NOEXCEPT throw()

Completed in 446 milliseconds