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

  /external/clang/include/clang/Analysis/Visitors/
CFGStmtVisitor.h 52 !static_cast<ImplClass*>(this)->getCFG().isBlkExpr(S))
  /external/clang/include/clang/Analysis/Support/
BlkExprDeclBitVector.h 189 bool isTracked(const Stmt *S) { return cfg->isBlkExpr(S); }
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 398 if (C.isBlkExpr(I.getKey()) || IsEnvLoc(I.getKey()))
418 if (!C.isBlkExpr(I.getKey()))
ExplodedGraph.cpp 112 if (node->getCFG().isBlkExpr(ps.getStmt()))
ExprEngine.cpp 447 if (S != currentStmt && Pred->getLocationContext()->getCFG()->isBlkExpr(S)) {
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 673 bool isBlkExpr(const Stmt *S) { return getBlkExprNum(S); }
674 bool isBlkExpr(const Stmt *S) const {
675 return const_cast<CFG*>(this)->isBlkExpr(S);

Completed in 163 milliseconds