Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/cflow/
Dcflow_check_options.h23 struct CflowOptions { struct
24 bool AllowJmpBodyToHandler = false; // code -> start of exception handler
25 bool AllowJmpBodyIntoHandler = false; // code -> into body of exception handler
26 bool AllowJmpHandlerToHandler = false; // handler -> start of handler
27 bool AllowJmpHandlerIntoHandler = false; // handler -> into body of other handler
28 bool AllowJmpHandlerIntoBody = false; // handler -> into code