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>();
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>()) {
LiveVariables.cpp 525 if (!isa<CFGStmt>(elem))
528 const Stmt *S = cast<CFGStmt>(elem).getStmt();
575 if (const CFGStmt *cs = bi->getAs<CFGStmt>()) {
CFG.cpp     [all...]
ThreadSafety.cpp 811 if (const CFGStmt *CfgStmt = dyn_cast<CFGStmt>(&*BI))
812 LocksetBuilder.Visit(const_cast<Stmt*>(CfgStmt->getStmt()));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 118 if (const CFGStmt *S = (*ci).getAs<CFGStmt>())
176 if (const CFGStmt *S = I->getAs<CFGStmt>())
AnalyzerStatsChecker.cpp 107 if (const CFGStmt *CS = dyn_cast<CFGStmt>(&CE))
MallocOverflowSecurityChecker.cpp 240 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) {}
503 Elements.push_back(CFGStmt(statement), C);
656 if (const CFGStmt *stmt = BI->getAs<CFGStmt>())
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 334 const CFGStmt *CS = (*C.Block)[Idx].getAs<CFGStmt>();
ExprEngine.h 138 void ProcessStmt(const CFGStmt S, StmtNodeBuilder &builder,
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 153 if (isa<CFGStmt>(*ri))
167 CFGStmt CS = cast<CFGStmt>(*ri);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
ExprEngine.cpp 205 ProcessStmt(const_cast<Stmt*>(E.getAs<CFGStmt>()->getStmt()), Bldr, Pred);
220 void ExprEngine::ProcessStmt(const CFGStmt S, StmtNodeBuilder& builder,
    [all...]

Completed in 766 milliseconds