OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LIBCPP_ASSERT_NOEXCEPT
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/support/
test_macros.h
181
#define
LIBCPP_ASSERT_NOEXCEPT
(...) ASSERT_NOEXCEPT(__VA_ARGS__)
187
#define
LIBCPP_ASSERT_NOEXCEPT
(...) ((void)0)
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_macros.h
181
#define
LIBCPP_ASSERT_NOEXCEPT
(...) ASSERT_NOEXCEPT(__VA_ARGS__)
187
#define
LIBCPP_ASSERT_NOEXCEPT
(...) ((void)0)
Completed in 574 milliseconds