Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp165 #define CATCH_STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); C… macro
168 #define CATCH_STATIC_REQUIRE_FALSE( ... ) CATCH_REQUIRE_FALSE( __VA_ARGS__ ) macro
347 #define CATCH_STATIC_REQUIRE_FALSE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14652 #define CATCH_STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); C… macro
14655 #define CATCH_STATIC_REQUIRE_FALSE( ... ) CATCH_REQUIRE_FALSE( __VA_ARGS__ ) macro
14831 #define CATCH_STATIC_REQUIRE_FALSE( ... ) (void)(0) macro