Searched defs:SWR_ASSERT (Results 1 – 1 of 1) sorted by relevance
104 #define SWR_ASSERT(e, ...) assert(e) macro151 #define SWR_ASSERT(e, ...) _SWR_ASSERT(true, e, ##__VA_ARGS__) macro192 #define SWR_ASSERT(e, ...) _SWR_MACRO_START (void)sizeof(SwrSizeofWorkaround(e)); _SWR… macro