Skip to content

FunctionSideEffectInterface::get_read

traverses a function call to collect data being read. Returns the callee if requested.

Synopsis

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

virtual
bool
get_read(
    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