# Functions
No description provided by the author
ExprCall gets the call of an ExprStmt.
No description provided by the author
# Constants
Break branches break out of a surrounding `for` loop.
Continue branches continue a surrounding `for` loop.
No description provided by the author
Exit exits the current program.
Goto branches jump to a label.
Panic panics the current program.
No description provided by the author
Regular branches not categorized as any of the above.
Return branches return from the current function.
# Variables
DeviatingFuncs lists known control flow deviating function calls.
# Type aliases
No description provided by the author