Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/debug/
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)