clang API Documentation

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

#include <CoreEngine.h>

List of all members.

Classes

class  iterator

Public Member Functions

 SwitchNodeBuilder (ExplodedNode *pred, const CFGBlock *src, const Expr *condition, CoreEngine *eng)
iterator begin ()
iterator end ()
const SwitchStmtgetSwitch () const
ExplodedNodegenerateCaseStmtNode (const iterator &I, ProgramStateRef State)
ExplodedNodegenerateDefaultCaseNode (ProgramStateRef State, bool isSink=false)
const ExprgetCondition () const
ProgramStateRef getState () const
const LocationContextgetLocationContext () const

Detailed Description

Definition at line 491 of file CoreEngine.h.


Constructor & Destructor Documentation

clang::ento::SwitchNodeBuilder::SwitchNodeBuilder ( ExplodedNode pred,
const CFGBlock src,
const Expr condition,
CoreEngine eng 
) [inline]

Definition at line 498 of file CoreEngine.h.


Member Function Documentation

Definition at line 522 of file CoreEngine.h.

References clang::CFGBlock::succ_rbegin().

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

Definition at line 523 of file CoreEngine.h.

References clang::CFGBlock::succ_rend().

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

Definition at line 535 of file CoreEngine.h.

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

Definition at line 537 of file CoreEngine.h.

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

Definition at line 525 of file CoreEngine.h.

References clang::CFGBlock::getTerminator().

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


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