Searched defs:condition (Results 1 – 2 of 2) sorted by relevance
60 #define SL_ASSERT(condition, ...) \ argument67 #define SL_ASSERT(condition, ...) \ argument157 #define SL_VERIFY_PARAMETER(condition) \ argument200 #define SL_COMPILE_TIME_ASSERT(condition, comment) typedef char assertion_failed__##comment[2 * !!(… argument
48 #define SET_ERRNO_AND_RETURN_IF_TRUE(condition, errno_value) \ argument