Searched defs:BUG_ON (Results 1 – 3 of 3) sorted by relevance
4 #define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond)) macro
59 #define BUG_ON(cond) do { if (cond) {} } while (0) macro61 #define BUG_ON(cond) assert(!(cond)) macro
19 #define BUG_ON(expr) assert(!(expr)) macro