Searched defs:BUG_ON (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/include/linux/
H A Dkernel.h58 #ifndef BUG_ON
60 #define BUG_ON(cond) do { if (cond) {} } while (0) macro
62 #define BUG_ON(cond) assert(!(cond)) macro
/external/selinux/libsepol/src/
H A Dservices.c72 #define BUG_ON(x) do { if (x) ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) macro
474 BUG_ON(sp < 0);
479 BUG_ON(sp < 1);
485 BUG_ON(sp < 1);

Completed in 181 milliseconds