Searched defs:EHFlags (Results 1 – 1 of 1) sorted by relevance
5681 struct EHFlags { struct5682 EHFlags() : Synch(false), Asynch(false), NoExceptC(false) {} in EHFlags() function5683 bool Synch;5684 bool Asynch;5685 bool NoExceptC;