Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp5681 struct EHFlags { struct
5682 EHFlags() : Synch(false), Asynch(false), NoExceptC(false) {} in EHFlags() function
5683 bool Synch;
5684 bool Asynch;
5685 bool NoExceptC;