clang
6.0.0
|
#include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
Public Types | |
typedef ImplTy::iterator | iterator |
typedef ImplTy::const_iterator | const_iterator |
Public Member Functions | |
ExplodedNodeSet (ExplodedNode *N) | |
ExplodedNodeSet () | |
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 406 of file ExplodedGraph.h.
typedef ImplTy::const_iterator clang::ento::ExplodedNodeSet::const_iterator |
Definition at line 423 of file ExplodedGraph.h.
typedef ImplTy::iterator clang::ento::ExplodedNodeSet::iterator |
Definition at line 422 of file ExplodedGraph.h.
|
inline |
Definition at line 411 of file ExplodedGraph.h.
References clang::ento::ExplodedNode::isSink().
|
inline |
Definition at line 416 of file ExplodedGraph.h.
|
inline |
Definition at line 418 of file ExplodedGraph.h.
References clang::ento::ExplodedNode::isSink().
Referenced by clang::ento::NodeBuilder::addNodes(), clang::ento::NodeBuilder::NodeBuilder(), clang::ento::ExprEngine::processCallExit(), clang::ento::ExprEngine::removeDeadOnEndOfFunction(), clang::ento::ExprEngine::VisitCXXCatchStmt(), and clang::ento::ExprEngine::VisitCXXConstructExpr().
|
inline |
Definition at line 438 of file ExplodedGraph.h.
Referenced by clang::ento::NodeBuilder::begin(), clang::ento::ExprEngine::evalStore(), clang::ento::ExprEngine::ProcessInitializer(), clang::ento::ExprEngine::ProcessTemporaryDtor(), clang::ento::CheckerManager::runCheckersForEvalCall(), clang::ento::ExprEngine::VisitBinaryOperator(), clang::ento::ExprEngine::VisitObjCMessage(), and clang::ento::ExprEngine::VisitReturnStmt().
|
inline |
Definition at line 441 of file ExplodedGraph.h.
|
inline |
Definition at line 429 of file ExplodedGraph.h.
Referenced by clang::ento::ExprEngine::ProcessInitializer().
|
inline |
Definition at line 426 of file ExplodedGraph.h.
Referenced by clang::ento::ExprEngine::evalStore(), expandGraphWithCheckers(), and clang::ento::ExprEngine::ProcessTemporaryDtor().
|
inline |
Definition at line 439 of file ExplodedGraph.h.
Referenced by clang::ento::NodeBuilder::end(), clang::ento::ExprEngine::evalStore(), clang::ento::CheckerManager::runCheckersForEvalCall(), clang::ento::ExprEngine::VisitBinaryOperator(), clang::ento::ExprEngine::VisitObjCMessage(), and clang::ento::ExprEngine::VisitReturnStmt().
|
inline |
Definition at line 442 of file ExplodedGraph.h.
|
inline |
Definition at line 427 of file ExplodedGraph.h.
Referenced by clang::ento::NodeBuilder::takeNodes().
|
inline |
Definition at line 430 of file ExplodedGraph.h.
Referenced by clang::ento::NodeBuilder::NodeBuilder(), clang::ento::CheckerManager::runCheckersForBeginFunction(), clang::ento::CheckerManager::runCheckersForBranchCondition(), clang::ento::CheckerManager::runCheckersForEvalCall(), and clang::ento::ExprEngine::VisitDeclStmt().
|
inline |
Definition at line 425 of file ExplodedGraph.h.
Referenced by clang::ento::ExprEngine::ProcessInitializer(), clang::ento::ExprEngine::ProcessTemporaryDtor(), and clang::ento::ExprEngine::VisitCXXNewExpr().