Skip to content

SageBuilder::buildBoolValExp

Build a bool value expression, the name convention of SgBoolValExp is little different from others for some unknown reason

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgBoolValExp*
buildBoolValExp(int value = 0);

Return Value

This class represents a boolean value (expression value).

Created with MrDocs