Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp178 #define CATCH_STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__ , #__VA_ARGS__ ); C… macro
181 #define CATCH_STATIC_REQUIRE( ... ) CATCH_REQUIRE( __VA_ARGS__ ) macro
395 #define CATCH_STATIC_REQUIRE( ... ) (void)(0) macro
/external/libabigail/tests/lib/
Dcatch.hpp17559 #define CATCH_STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__ , #__VA_ARGS__ ); C… macro
17562 #define CATCH_STATIC_REQUIRE( ... ) CATCH_REQUIRE( __VA_ARGS__ ) macro
17773 #define CATCH_STATIC_REQUIRE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17293 #define CATCH_STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__ , #__VA_ARGS__ ); C… macro
17296 #define CATCH_STATIC_REQUIRE( ... ) CATCH_REQUIRE( __VA_ARGS__ ) macro
17507 #define CATCH_STATIC_REQUIRE( ... ) (void)(0) macro