OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TEST_NOEXCEPT
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/support/
test_macros.h
65
#define
TEST_NOEXCEPT
noexcept
67
#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
...]
Completed in 61 milliseconds