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

/vbox/include/iprt/
H A Dassert.h59 * In addition there is a very special family AssertCompile that can be
256 * RTASSERTTYPE is the type the AssertCompile() macro redefines.
263 * RTASSERTVAR is the type the AssertCompile() macro redefines.
293 * This differs from AssertCompile in that it accepts some more expressions
306 /** @def AssertCompile
312 # define AssertCompile(expr) static_assert(!!(expr), #expr) macro
314 # define AssertCompile(expr) AssertCompileNS(expr)
340 AssertCompile(sizeof(type) == (size))
348 AssertCompile(!(sizeof(type) & ((align) - 1)))
357 AssertCompile(RT_SIZEOFMEM
[all...]
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp934 AssertCompile(sizeof(VMCPUID) == sizeof(pVM->cCpus));
1038 AssertCompile(VMX_EXIT_MAX + 1 == RT_ELEMENTS(g_apfnVMExitHandlers));
3041 AssertCompile(sizeof(Gdtr) == sizeof(X86XDTR64));
3060 AssertCompile(sizeof(Idtr) == sizeof(X86XDTR64));
4562 AssertCompile(PGMMODE_REAL < PGMMODE_PROTECTED); function
11184 AssertCompile(IEMMODE_16BIT == 0 && IEMMODE_32BIT == 1 && IEMMODE_64BIT == 2);

Completed in 79 milliseconds