Searched refs:HandleBranch (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp361 HandleBranch(cast<BinaryOperator>(Term)->getLHS(), Term, B, Pred);
366 HandleBranch(cast<AbstractConditionalOperator>(Term)->getCond(),
374 HandleBranch(cast<ChooseExpr>(Term)->getCond(), Term, B, Pred);
391 HandleBranch(cast<DoStmt>(Term)->getCond(), Term, B, Pred);
395 HandleBranch(cast<CXXForRangeStmt>(Term)->getCond(), Term, B, Pred);
399 HandleBranch(cast<ForStmt>(Term)->getCond(), Term, B, Pred);
408 HandleBranch(cast<IfStmt>(Term)->getCond(), Term, B, Pred);
434 HandleBranch(Term, Term, B, Pred);
447 HandleBranch(cast<WhileStmt>(Term)->getCond(), Term, B, Pred);
459 void CoreEngine::HandleBranch(cons function in class:CoreEngine
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h96 void HandleBranch(const Stmt *Cond, const Stmt *Term, const CFGBlock *B,

Completed in 73 milliseconds