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

  /external/libcxx/test/support/
test_macros.h 182 #define LIBCPP_ASSERT_NOT_NOEXCEPT(...) ASSERT_NOT_NOEXCEPT(__VA_ARGS__)
188 #define LIBCPP_ASSERT_NOT_NOEXCEPT(...) ((void)0)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_macros.h 182 #define LIBCPP_ASSERT_NOT_NOEXCEPT(...) ASSERT_NOT_NOEXCEPT(__VA_ARGS__)
188 #define LIBCPP_ASSERT_NOT_NOEXCEPT(...) ((void)0)

Completed in 370 milliseconds