HomeSort by relevance Sort by last modified time
    Searched refs:isBlkExpr (Results 1 - 4 of 4) 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/include/clang/Analysis/
CFG.h 738 bool isBlkExpr(const Stmt *S) { return getBlkExprNum(S); }
739 bool isBlkExpr(const Stmt *S) const {
740 return const_cast<CFG*>(this)->isBlkExpr(S);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 481 if (S != currentStmt && Pred->getLocationContext()->getCFG()->isBlkExpr(S))
    [all...]

Completed in 216 milliseconds