Skip to content

ASTtools::isSwitchCond

Returns 'true' <==> 's' is the conditional selector of some 'switch' statement.

Synopsis

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

bool
isSwitchCond(SgStatement const* s);

Parameters

Name

Description

s

This class represents the notion of a statement.

Created with MrDocs