HomeSort by relevance Sort by last modified time
    Searched refs:ENUMTYPE (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h 675 #define DEFINE_ENUM_FLAG_OPERATORS(ENUMTYPE) \
677 inline ENUMTYPE operator | (ENUMTYPE a, ENUMTYPE b) { return ENUMTYPE(((int)a) | ((int)b)); } \
678 inline ENUMTYPE &operator |= (ENUMTYPE &a, ENUMTYPE b) { return (ENUMTYPE &)(((int &)a) |= ((int)b)); } \
679 inline ENUMTYPE operator & (ENUMTYPE a, ENUMTYPE b) { return ENUMTYPE(((int)a) & ((int)b)); }
    [all...]
icm.h 418 #define ENUMTYPE __MINGW_NAME_AW(ENUMTYPE)

Completed in 92 milliseconds