Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp280 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro
283 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro
469 #define STATIC_REQUIRE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17392 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro
17395 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro
17580 #define STATIC_REQUIRE( ... ) (void)(0) macro
/external/libabigail/tests/lib/
Dcatch.hpp17658 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro
17661 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro
17846 #define STATIC_REQUIRE( ... ) (void)(0) macro