Searched defs:CflowOptions (Results 1 – 1 of 1) sorted by relevance
23 struct CflowOptions { struct24 bool AllowJmpBodyToHandler = false; // code -> start of exception handler25 bool AllowJmpBodyIntoHandler = false; // code -> into body of exception handler26 bool AllowJmpHandlerToHandler = false; // handler -> start of handler27 bool AllowJmpHandlerIntoHandler = false; // handler -> into body of other handler28 bool AllowJmpHandlerIntoBody = false; // handler -> into code