Skip to content

SageBuilder::buildBoolValExp

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

Synopses

Declared in <SageIII/sageInterface/sageBuilder.h>

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

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

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

Created with MrDocs