Skip to content

ASTtools::collectNonLocalGotos

Collect non‐local "goto" statements.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/Jumps.hh>

void
collectNonLocalGotos(
    SgStatement const* root,
    JumpMap_t& jumps);

Parameters

Name

Description

root

This class represents the notion of a statement.

jumps

Store a list of non‐local "jumps" (continues, breaks) and ids.

Created with MrDocs