Searched defs:condition (Results 1 – 4 of 4) sorted by relevance
12 #define BUG_ON(condition) ({ \ argument23 #define WARN_ON(condition) ({ \ argument34 #define WARN_ON_ONCE(condition) ({ \ argument46 #define FAIL_ON_TO(condition, to) ({ \ argument58 #define BUILD_BUG_ON_MSG(condition, msg) complietime_assert(!(condition), msg) argument65 #define BUILD_BUG_ON(condition) \ argument
6 #define assert(condition) ({ \ argument
20 #define __compiletime_assert(condition, msg, prefix, suffix) … argument39 #define complietime_assert(condition, msg) \ argument
246 #define assert(condition) ((void)0) argument