Skip to content

ASTtools::collectVarRefsUsingAddress

Collect variable references using addresses for s

Synopsis

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

[[visibility]]
void
collectVarRefsUsingAddress(
    SgStatement const* s,
    std::set<SgVarRefExp*>& varSetB);

Parameters

Name

Description

s

This class represents the notion of a statement.

Created with MrDocs