Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp248 #define STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); SUCCEED… macro
251 #define STATIC_REQUIRE_FALSE( ... ) REQUIRE_FALSE( __VA_ARGS__ ) macro
412 #define STATIC_REQUIRE_FALSE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14732 #define STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); SUCCEED… macro
14735 #define STATIC_REQUIRE_FALSE( ... ) REQUIRE_FALSE( __VA_ARGS__ ) macro
14895 #define STATIC_REQUIRE_FALSE( ... ) (void)(0) macro