Searched defs:BUG_ON (Results 1 – 3 of 3) sorted by relevance
5 #define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond)) macro
8 #define BUG_ON(x) assert(!(x)) macro
68 #define BUG_ON(cond) do { if (cond) {} } while (0) macro70 #define BUG_ON(cond) assert(!(cond)) macro