Skip to content

ASTtools::collectNonLocalJumps

Collect non‐local "jumps" within a statement.

Synopsis

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

void
collectNonLocalJumps(
    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