Skip to content

SageInterface::isEqualToIntConst

Compare AST nodes, subtree, etc

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
bool
isEqualToIntConst(
    SgExpression* e,
    int value);

Description

Check if a SgIntVal node has a given value

Parameters

Name

Description

e

This class represents the notion of an expression. Expressions

Created with MrDocs