Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp281 #define STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); SUCCEED… macro
284 #define STATIC_REQUIRE_FALSE( ... ) REQUIRE_FALSE( __VA_ARGS__ ) macro
470 #define STATIC_REQUIRE_FALSE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17393 #define STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); SUCCEED… macro
17396 #define STATIC_REQUIRE_FALSE( ... ) REQUIRE_FALSE( __VA_ARGS__ ) macro
17581 #define STATIC_REQUIRE_FALSE( ... ) (void)(0) macro
/external/libabigail/tests/lib/
Dcatch.hpp17659 #define STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); SUCCEED… macro
17662 #define STATIC_REQUIRE_FALSE( ... ) REQUIRE_FALSE( __VA_ARGS__ ) macro
17847 #define STATIC_REQUIRE_FALSE( ... ) (void)(0) macro