Skip to content

ASTtools::collectVarRefsOfTypeWithoutAssignmentSupport

Collect variable references with a type which does not support =operator or copy construction. Those two support is essential for temp variables used to copy and restore parameters

Synopsis

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

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

Parameters

Name

Description

s

This class represents the notion of a statement.

Created with MrDocs