clang 20.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
Public Types | |
using | iterator = ImplTy::iterator |
using | const_iterator = ImplTy::const_iterator |
Public Member Functions | |
ExplodedNodeSet (ExplodedNode *N) | |
ExplodedNodeSet ()=default | |
void | Add (ExplodedNode *N) |
unsigned | size () const |
bool | empty () const |
bool | erase (ExplodedNode *N) |
void | clear () |
void | insert (const ExplodedNodeSet &S) |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
Definition at line 458 of file ExplodedGraph.h.
using clang::ento::ExplodedNodeSet::const_iterator = ImplTy::const_iterator |
Definition at line 475 of file ExplodedGraph.h.
using clang::ento::ExplodedNodeSet::iterator = ImplTy::iterator |
Definition at line 474 of file ExplodedGraph.h.
|
inline |
Definition at line 463 of file ExplodedGraph.h.
|
default |
|
inline |
Definition at line 470 of file ExplodedGraph.h.
Referenced by clang::ento::NodeBuilder::addNodes(), clang::ento::NodeBuilder::generateNodeImpl(), clang::ento::NodeBuilder::NodeBuilder(), clang::ento::ExprEngine::processCallExit(), clang::ento::ExprEngine::ProcessLoopExit(), clang::ento::ExprEngine::ProcessStmt(), clang::ento::ExprEngine::removeDeadOnEndOfFunction(), and clang::ento::ExprEngine::VisitCXXCatchStmt().
|
inline |
Definition at line 491 of file ExplodedGraph.h.
Referenced by clang::ento::NodeBuilder::begin(), clang::ento::ExprEngine::processCallExit(), clang::ento::ExprEngine::ProcessTemporaryDtor(), clang::ento::ExprEngine::VisitBinaryOperator(), clang::ento::ExprEngine::VisitCXXNewExpr(), clang::ento::ExprEngine::VisitDeclStmt(), clang::ento::ExprEngine::VisitObjCMessage(), and clang::ento::ExprEngine::VisitReturnStmt().
|
inline |
Definition at line 494 of file ExplodedGraph.h.
|
inline |
Definition at line 481 of file ExplodedGraph.h.
Referenced by expandGraphWithCheckers().
|
inline |
Definition at line 478 of file ExplodedGraph.h.
Referenced by clang::ento::ExprEngine::evalLoad(), clang::ento::ExprEngine::evalStore(), expandGraphWithCheckers(), insert(), clang::ento::ExprEngine::processBranch(), and clang::ento::ExprEngine::ProcessTemporaryDtor().
|
inline |
Definition at line 492 of file ExplodedGraph.h.
Referenced by clang::ento::NodeBuilder::end(), clang::ento::ExprEngine::processCallExit(), clang::ento::ExprEngine::VisitBinaryOperator(), clang::ento::ExprEngine::VisitDeclStmt(), clang::ento::ExprEngine::VisitObjCMessage(), and clang::ento::ExprEngine::VisitReturnStmt().
|
inline |
Definition at line 495 of file ExplodedGraph.h.
|
inline |
Definition at line 479 of file ExplodedGraph.h.
Referenced by clang::ento::NodeBuilder::generateNodeImpl(), and clang::ento::NodeBuilder::takeNodes().
|
inline |
Definition at line 483 of file ExplodedGraph.h.
References empty().
Referenced by clang::ento::NodeBuilder::addNodes(), clang::ento::ExprEngine::evalCall(), expandGraphWithCheckers(), clang::ento::NodeBuilder::NodeBuilder(), clang::ento::ExprEngine::processCallExit(), clang::ento::ExprEngine::ProcessInitializer(), clang::ento::ExprEngine::ProcessStmt(), clang::ento::CheckerManager::runCheckersForBeginFunction(), clang::ento::CheckerManager::runCheckersForBranchCondition(), clang::ento::CheckerManager::runCheckersForEvalCall(), clang::ento::CheckerManager::runCheckersForNewAllocator(), clang::ento::ExprEngine::VisitDeclStmt(), and clang::ento::ExprEngine::VisitIncrementDecrementOperator().
|
inline |
Definition at line 477 of file ExplodedGraph.h.
Referenced by clang::ento::ExprEngine::ProcessTemporaryDtor(), and clang::ento::ExprEngine::VisitCXXNewExpr().