Searched refs:AssertCompileNS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dstrcache-stubs-generic.cpp45 AssertCompileNS(NIL_RTSTRCACHE == (RTSTRCACHE)NIL_RTMEMPOOL);
46 AssertCompileNS(RTSTRCACHE_DEFAULT == (RTSTRCACHE)RTMEMPOOL_DEFAULT);
/vbox/include/iprt/
H A Dassert.h290 /** @def AssertCompileNS
299 # define AssertCompileNS(expr) extern int RTASSERTVAR[1] __attribute__((unused)), RTASSERTVAR[(expr) ? 1 : 0] __attribute__((unused)) macro
301 # define AssertCompileNS(expr) extern int RTASSERTVAR[(expr) ? 1 : 0]
303 # define AssertCompileNS(expr) typedef int RTASSERTTYPE[(expr) ? 1 : 0]
314 # define AssertCompile(expr) AssertCompileNS(expr)
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp665 AssertCompileNS(NIL_RTDBGAS == (RTDBGAS)0);
686 AssertCompileNS(NIL_RTDBGAS == (RTDBGAS)0);

Completed in 506 milliseconds