Home
last modified time | relevance | path

Searched refs:BUILD_BUG_ON_MSG (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/debug/
H A Dbug.h58 #define BUILD_BUG_ON_MSG(condition, msg) complietime_assert(!(condition), msg) macro
66 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)