Skip to content

Outliner::isOutlineable

Returns true iff the statement is "outlineable."

Synopsis

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

[[visibility]]
bool
isOutlineable(
    SgStatement const* s,
    bool verbose = false);

Return Value

true iff the statement is "outlineable."

Parameters

Name

Description

s

This class represents the notion of a statement.

Created with MrDocs