clang API Documentation

Classes | Public Member Functions
clang::ento::IndirectGotoNodeBuilder Class Reference

#include <CoreEngine.h>

List of all members.

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 444 of file CoreEngine.h.


Constructor & Destructor Documentation

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

Definition at line 452 of file CoreEngine.h.


Member Function Documentation

Definition at line 475 of file CoreEngine.h.

References clang::CFGBlock::succ_begin().

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

Definition at line 476 of file CoreEngine.h.

References clang::CFGBlock::succ_end().

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

Definition at line 484 of file CoreEngine.h.

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

Definition at line 482 of file CoreEngine.h.

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


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