Skip to content

SageInterface::ensureBasicBlockAsBodyOfCatch

Check if the body of a 'catch' statement is a SgBasicBlock, create one if not.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgBasicBlock*
ensureBasicBlockAsBodyOfCatch(SgCatchOptionStmt* cos);

Return Value

This class represents the concept of a block (not a basic block from control flow analysis).

Parameters

Name

Description

cos

This class represents the concept of a catch within a try‐catch construct used in

Created with MrDocs