Searched defs:STATIC_REQUIRE_FALSE (Results 1 – 3 of 3) sorted by relevance
281 #define STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); SUCCEED… macro284 #define STATIC_REQUIRE_FALSE( ... ) REQUIRE_FALSE( __VA_ARGS__ ) macro470 #define STATIC_REQUIRE_FALSE( ... ) (void)(0) macro
17393 #define STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); SUCCEED… macro17396 #define STATIC_REQUIRE_FALSE( ... ) REQUIRE_FALSE( __VA_ARGS__ ) macro17581 #define STATIC_REQUIRE_FALSE( ... ) (void)(0) macro
17659 #define STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); SUCCEED… macro17662 #define STATIC_REQUIRE_FALSE( ... ) REQUIRE_FALSE( __VA_ARGS__ ) macro17847 #define STATIC_REQUIRE_FALSE( ... ) (void)(0) macro