Skip to content

FunctionSideEffectInterface::get_modify

traverses a function call to collect data being modified.

Synopsis

Declared in <src/midend/astUtil/astSupport/AnalysisInterface.h>

virtual
bool
get_modify(
    AstInterface& fa,
    AstNodePtr const& fc,
    CollectObject<AstNodePtr>* collect = 0) = 0;

Parameters

Name

Description

fa

provides an abstract interface to access/modify AST nodes.

Created with MrDocs