Home
last modified time | relevance | path

Searched refs:CATCH_STATIC_REQUIRE (Results 1 - 1 of 1) sorted by relevance

/third_party/libabigail/tests/lib/
H A Dcatch.hpp17644 #define CATCH_STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__ , #__VA_ARGS__ ); CATCH_SUCCEED( #__VA_ARGS__ ) macro
17647 #define CATCH_STATIC_REQUIRE( ... ) CATCH_REQUIRE( __VA_ARGS__ )
17858 #define CATCH_STATIC_REQUIRE( ... ) (void)(0)

Completed in 27 milliseconds