Inferno
0.2
|
#include <fall_out.hpp>
Public Member Functions | |
DetectSuperLoop (bool is_conditional_goto) |
Detect a superloop formed from the remaingin gotos. There must be only one label, and there must be nothing above or below the superloop. Intermediate gotos become continues. Parameter chooses whether to handle conditional goto at the bottom. You always want to run this with false, and again with true if you want to support exiting the loop.
Definition at line 95 of file fall_out.hpp.
DetectSuperLoop::DetectSuperLoop | ( | bool | is_conditional_goto | ) |
Definition at line 634 of file fall_out.cpp.