Skip to content

CPreproc::IfDirectiveExtractor::validateNonEmptyStack

If the stack is empty, aborts with a message.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/IfDirectiveExtractor.hh>

void
validateNonEmptyStack(
    PreprocessingInfo const* info,
    SgLocatedNode const* node) const;

Parameters

Name

Description

info

For preprocessing information including source comments, include , if, define, etc

node

This class represents the notion of an expression or statement which

Created with MrDocs