Searched defs:SWR_ASSERT (Results 1 – 1 of 1) sorted by relevance
88 #define SWR_ASSERT(e, ...) assert(e) macro127 #define SWR_ASSERT(e, ...) _SWR_ASSERT(true, e, ##__VA_ARGS__) macro149 #define SWR_ASSERT(e, ...) (void)(0) macro