clang 20.0.0git
|
#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 () |
ExplodedNode * | generateNode (const iterator &I, ProgramStateRef State, bool isSink=false) |
const Expr * | getTarget () const |
ProgramStateRef | getState () const |
const LocationContext * | getLocationContext () const |
Definition at line 475 of file CoreEngine.h.
|
inline |
Definition at line 483 of file CoreEngine.h.
References E.
|
inline |
Definition at line 512 of file CoreEngine.h.
References clang::CFGBlock::succ_begin().
|
inline |
Definition at line 513 of file CoreEngine.h.
References clang::CFGBlock::succ_end().
ExplodedNode * IndirectGotoNodeBuilder::generateNode | ( | const iterator & | I, |
ProgramStateRef | State, | ||
bool | isSink = false |
||
) |
Definition at line 665 of file CoreEngine.cpp.
References clang::ento::ExplodedNode::addPredecessor(), clang::ento::IndirectGotoNodeBuilder::iterator::getBlock(), clang::ento::ExplodedNode::getLocationContext(), and clang::ento::ExplodedGraph::getNode().
Referenced by clang::ento::ExprEngine::processIndirectGoto().
|
inline |
Definition at line 523 of file CoreEngine.h.
References clang::ento::ExplodedNode::getLocationContext().
Referenced by clang::ento::ExprEngine::processIndirectGoto().
|
inline |
Definition at line 521 of file CoreEngine.h.
Referenced by clang::ento::ExprEngine::processIndirectGoto().
|
inline |
Definition at line 519 of file CoreEngine.h.
References E.
Referenced by clang::ento::ExprEngine::processIndirectGoto().