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

  /external/clang/lib/Analysis/
CFGStmtMap.cpp 53 Optional<CFGStmt> CS = CE.getAs<CFGStmt>();
LiveVariables.cpp 483 if (!elem.getAs<CFGStmt>())
486 const Stmt *S = elem.castAs<CFGStmt>().getStmt();
538 if (Optional<CFGStmt> cs = bi->getAs<CFGStmt>()) {
ReachableCode.cpp 98 if (Optional<CFGStmt> CS = I->getAs<CFGStmt>()) {
ThreadSafety.cpp     [all...]
CFG.cpp     [all...]
UninitializedValues.cpp 749 if (Optional<CFGStmt> cs = I->getAs<CFGStmt>())
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 126 if (Optional<CFGStmt> CS = CE.getAs<CFGStmt>()) {
UnreachableCodeChecker.cpp 134 if (Optional<CFGStmt> S = (*ci).getAs<CFGStmt>())
192 if (Optional<CFGStmt> S = I->getAs<CFGStmt>())
MallocOverflowSecurityChecker.cpp 239 if (Optional<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 106 class CFGStmt : public CFGElement {
108 CFGStmt(Stmt *S) : CFGElement(Statement, S) {}
116 CFGStmt() {}
543 Elements.push_back(CFGStmt(statement), C);
755 if (Optional<CFGStmt> stmt = BI->getAs<CFGStmt>())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 117 if (Optional<CFGStmt> StmtElem = Next.getAs<CFGStmt>()) {
ExprEngineC.cpp 555 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>();
662 if (Optional<CFGStmt> CS = CE.getAs<CFGStmt>()) {
    [all...]
CoreEngine.cpp 518 CFGStmt CS = (*Block)[Idx].castAs<CFGStmt>();
ExprEngine.cpp 254 ProcessStmt(const_cast<Stmt*>(E.castAs<CFGStmt>().getStmt()), Pred);
270 const CFGStmt S,
378 void ExprEngine::ProcessStmt(const CFGStmt S,
    [all...]
BugReporter.cpp     [all...]
PathDiagnostic.cpp 480 return PathDiagnosticLocation(Source.castAs<CFGStmt>().getStmt(),
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 161 if (ri->getAs<CFGStmt>())
175 CFGStmt CS = ri->castAs<CFGStmt>();
765 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>()) {
836 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 198 void ProcessStmt(const CFGStmt S, ExplodedNode *Pred);
485 const Expr *NodeEx, /* Eventually will be a CFGStmt */
515 const Expr *NodeEx, /* Eventually will be a CFGStmt */
526 const Stmt *NodeEx, /* This will eventually be a CFGStmt */

Completed in 1612 milliseconds