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

  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 35 llvm::ImmutableSet<const Stmt *> liveStmts;
41 : liveStmts(nullptr), liveDecls(nullptr) {}
43 LivenessValues(llvm::ImmutableSet<const Stmt *> LiveStmts,
45 : liveStmts(LiveStmts), liveDecls(LiveDecls) {}
  /external/clang/lib/Analysis/
LiveVariables.cpp 120 return liveStmts.contains(S);
147 SSetRefA(valsA.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()),
148 SSetRefB(valsB.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory());
166 return liveStmts == V.liveStmts && liveDecls == V.liveDecls;
260 val.liveStmts = LV.SSetFact.remove(val.liveStmts, S);
277 AddLiveStmt(val.liveStmts, LV.SSetFact, ImplicitObj);
294 AddLiveStmt(val.liveStmts, LV.SSetFact, VA->getSizeExpr());
307 val.liveStmts = LV.SSetFact.add(val.liveStmts, child)
    [all...]

Completed in 85 milliseconds