Home
last modified time | relevance | path

Searched defs:TEST_NOEXCEPT_COND (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libcxx/test/support/
H A Dtest_macros.h106 #define TEST_NOEXCEPT_COND(...) noexcept(__VA_ARGS__) macro
124 #define TEST_NOEXCEPT_COND(...) macro
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_macros.h123 # define TEST_NOEXCEPT_COND(...) noexcept(__VA_ARGS__) macro
134 # define TEST_NOEXCEPT_COND(...) macro