HomeSort by relevance Sort by last modified time
    Searched refs:CFGStmt (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Analysis/
CFGStmtMap.cpp 53 const CFGStmt *CS = CE.getAs<CFGStmt>();
LiveVariables.cpp 458 if (!isa<CFGStmt>(elem))
461 const Stmt *S = cast<CFGStmt>(elem).getStmt();
508 if (const CFGStmt *cs = bi->getAs<CFGStmt>()) {
UninitializedValues.cpp 171 const CFGStmt *cstmt = block->front().getAs<CFGStmt>();
664 if (const CFGStmt *cs = dyn_cast<CFGStmt>(&*I)) {
ReachableCode.cpp 98 if (const CFGStmt *CS = I->getAs<CFGStmt>()) {
ThreadSafety.cpp 793 const CFGStmt *CS = cast<CFGStmt>(&*BI);
840 if (const CFGStmt *CS = dyn_cast<CFGStmt>(&*BI)) {
853 if (const CFGStmt *CS = dyn_cast<CFGStmt>(&*BI)) {
    [all...]
CFG.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 126 if (const CFGStmt *CS = dyn_cast<CFGStmt>(&CE)) {
UnreachableCodeChecker.cpp 134 if (const CFGStmt *S = (*ci).getAs<CFGStmt>())
192 if (const CFGStmt *S = I->getAs<CFGStmt>())
MallocOverflowSecurityChecker.cpp 239 if (const CFGStmt *CS = bi->getAs<CFGStmt>()) {
  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowSolver.h 280 if (const CFGStmt *S = El.getAs<CFGStmt>())
296 if (const CFGStmt *S = El.getAs<CFGStmt>())
  /external/clang/include/clang/Analysis/
CFG.h 95 class CFGStmt : public CFGElement {
97 CFGStmt(Stmt *S) : CFGElement(Statement, S) {}
510 Elements.push_back(CFGStmt(statement), C);
721 if (const CFGStmt *stmt = BI->getAs<CFGStmt>())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 515 const CFGStmt *CS = (*Block)[Idx].getAs<CFGStmt>();
ExprEngine.cpp 222 ProcessStmt(const_cast<Stmt*>(E.getAs<CFGStmt>()->getStmt()), Pred);
237 const CFGStmt S,
263 void ExprEngine::ProcessStmt(const CFGStmt S,
    [all...]
BugReporter.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 153 if (isa<CFGStmt>(*ri))
167 CFGStmt CS = cast<CFGStmt>(*ri);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 159 void ProcessStmt(const CFGStmt S, ExplodedNode *Pred);
445 const Expr *NodeEx, /* Eventually will be a CFGStmt */
460 const Expr *NodeEx, /* Eventually will be a CFGStmt */
471 const Stmt *NodeEx, /* This will eventually be a CFGStmt */

Completed in 311 milliseconds