Searched defs:REQUIRE (Results 1 – 6 of 6) sorted by relevance
56 message REQUIRE {} message
57 REQUIRE = 51; enumerator
56 enum REQUIRE { ZERO52 = 0; } enum
263 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
135 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
17671 #define REQUIRE( ... ) INTERNAL_CATCH_TEST( "REQUIRE", Catch::ResultDisposition::Normal, __VA_ARGS_… macro17864 #define REQUIRE( ... ) (void)(0) macro