reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  115   void HandleBranch(const Stmt *Cond, const Stmt *Term, const CFGBlock *B,

References

tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  313         HandleBranch(cast<BinaryOperator>(Term)->getLHS(), Term, B, Pred);
  318         HandleBranch(cast<AbstractConditionalOperator>(Term)->getCond(),
  326         HandleBranch(cast<ChooseExpr>(Term)->getCond(), Term, B, Pred);
  342         HandleBranch(cast<DoStmt>(Term)->getCond(), Term, B, Pred);
  346         HandleBranch(cast<CXXForRangeStmt>(Term)->getCond(), Term, B, Pred);
  350         HandleBranch(cast<ForStmt>(Term)->getCond(), Term, B, Pred);
  359         HandleBranch(cast<IfStmt>(Term)->getCond(), Term, B, Pred);
  385         HandleBranch(Term, Term, B, Pred);
  397         HandleBranch(cast<WhileStmt>(Term)->getCond(), Term, B, Pred);