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

/vbox/include/iprt/
H A Dassert.h256 * RTASSERTTYPE is the type the AssertCompile() macro redefines.
260 typedef int RTASSERTTYPE[1]; typedef
303 # define AssertCompileNS(expr) typedef int RTASSERTTYPE[(expr) ? 1 : 0]

Completed in 48 milliseconds