Searched defs:ASSERT (Results 1 – 18 of 18) sorted by relevance
86 #define ASSERT(x) { \ macro95 #define ASSERT(x) macro
88 #define ASSERT(x) { \ macro97 #define ASSERT(x) macro
53 #define ASSERT(x) \ macro62 #define ASSERT(x) do { } while (0) macro
55 #define ASSERT(p) assert(p) macro96 #define ASSERT(p) do {} while (0) macro
44 #define ASSERT(x) BUG_ON(!(x)) macro
294 #define ASSERT(expr) ((void)0) macro302 #define ASSERT(expr) \ macro
391 #define ASSERT(X) \ macro433 #define ASSERT(X) do {} while (0) macro
265 #define ASSERT(expression) \ macro271 #define ASSERT(expression) macro
307 #define ASSERT(X) \ macro349 #define ASSERT(X) do {} while (0) macro
146 #define ASSERT(expr) \ macro152 #define ASSERT(expr) macro
98 #define ASSERT(expr) if (!(expr)) { \ macro104 #define ASSERT(expr) do {} while (0) macro
664 #define ASSERT(X) \ macro710 #define ASSERT(X) \ macro
809 #define ASSERT(X) \ macro870 #define ASSERT(X) \ macro
198 #define ASSERT(e) ((e) ? (void) 0 : dbgassert(__func__, __LINE__, #e)) macro213 #define ASSERT(e) ((void) 0) macro
79 #define ASSERT 1 macro
82 #define ASSERT(x) do { } while (0) macro84 #define ASSERT(x) \ macro
161 #define ASSERT(a) do { \ macro
1312 #define ASSERT(x) { \ macro1321 #define ASSERT(x) macro