clang 19.0.0git
Classes | Public Member Functions | List of all members
clang::ento::IndirectGotoNodeBuilder Class Reference

#include "clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h"

Classes

class  iterator
 

Public Member Functions

 IndirectGotoNodeBuilder (ExplodedNode *pred, const CFGBlock *src, const Expr *e, const CFGBlock *dispatch, CoreEngine *eng)
 
iterator begin ()
 
iterator end ()
 
ExplodedNodegenerateNode (const iterator &I, ProgramStateRef State, bool isSink=false)
 
const ExprgetTarget () const
 
ProgramStateRef getState () const
 
const LocationContextgetLocationContext () const
 

Detailed Description

Definition at line 481 of file CoreEngine.h.

Constructor & Destructor Documentation

◆ IndirectGotoNodeBuilder()

clang::ento::IndirectGotoNodeBuilder::IndirectGotoNodeBuilder ( ExplodedNode pred,
const CFGBlock src,
const Expr e,
const CFGBlock dispatch,
CoreEngine eng 
)
inline

Definition at line 489 of file CoreEngine.h.

Member Function Documentation

◆ begin()

iterator clang::ento::IndirectGotoNodeBuilder::begin ( )
inline

Definition at line 518 of file CoreEngine.h.

References clang::CFGBlock::succ_begin().

◆ end()

iterator clang::ento::IndirectGotoNodeBuilder::end ( )
inline

Definition at line 519 of file CoreEngine.h.

References clang::CFGBlock::succ_end().

◆ generateNode()

ExplodedNode * IndirectGotoNodeBuilder::generateNode ( const iterator I,
ProgramStateRef  State,
bool  isSink = false 
)

◆ getLocationContext()

const LocationContext * clang::ento::IndirectGotoNodeBuilder::getLocationContext ( ) const
inline

◆ getState()

ProgramStateRef clang::ento::IndirectGotoNodeBuilder::getState ( ) const
inline

Definition at line 527 of file CoreEngine.h.

Referenced by clang::ento::ExprEngine::processIndirectGoto().

◆ getTarget()

const Expr * clang::ento::IndirectGotoNodeBuilder::getTarget ( ) const
inline

Definition at line 525 of file CoreEngine.h.

Referenced by clang::ento::ExprEngine::processIndirectGoto().


The documentation for this class was generated from the following files: