Home
last modified time | relevance | path

Searched defs:CHECK_TYPE (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/msvcrt/
H A Dheaders.c70 #define CHECK_TYPE(t) { TYPEOF(t) a = 0; TYPEOF(MSVCRT(t)) b = a; a = b; CHECK_SIZE(t); } macro
/reactos/sdk/include/reactos/libs/libxml/
H A DxpathInternals.h275 #define CHECK_TYPE(typeval) \ macro