Skip to content

SageInterface::collectUseByAddressVariableRefs

Collect variable references involving use by address: including &a expression and foo(a) when type2 foo(Type& parameter) in C++

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

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

Parameters

Name

Description

s

This class represents the notion of a statement.

Created with MrDocs