Skip to content

SageInterface::getBoolType

Get the right bool type according to C or C++ language input

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgType*
getBoolType(SgNode* n);

Return Value

the right bool type according to C or C++ language input

Parameters

Name

Description

n

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs