Searched defs:RT_ASSERT (Results 1 – 2 of 2) sorted by relevance
169 #define RT_ASSERT(_exp, fmt, ...) \ macro213 static inline void RT_ASSERT(int exp, const char *fmt, ...) in RT_ASSERT() function
73 #define RT_ASSERT(...) macro