|
clang 22.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 463 of file CoreEngine.h.
|
inline |
Definition at line 471 of file CoreEngine.h.
|
inline |
Definition at line 500 of file CoreEngine.h.
|
inline |
Definition at line 501 of file CoreEngine.h.
| ExplodedNode * IndirectGotoNodeBuilder::generateNode | ( | const iterator & | I, |
| ProgramStateRef | State, | ||
| bool | isSink = false ) |
Definition at line 733 of file CoreEngine.cpp.
References clang::ento::ExplodedNode::addPredecessor(), and clang::ento::IndirectGotoNodeBuilder::iterator::getBlock().
Referenced by clang::ento::ExprEngine::processIndirectGoto().
|
inline |
Definition at line 511 of file CoreEngine.h.
Referenced by clang::ento::ExprEngine::processIndirectGoto().
|
inline |
Definition at line 509 of file CoreEngine.h.
Referenced by clang::ento::ExprEngine::processIndirectGoto().
|
inline |
Definition at line 507 of file CoreEngine.h.
Referenced by clang::ento::ExprEngine::processIndirectGoto().