Home
last modified time | relevance | path

Searched refs:SSetFact (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DLiveVariables.cpp85 llvm::ImmutableSet<const Stmt *>::Factory SSetFact; member in __anonec76e8010211::LiveVariablesImpl
105 SSetFact(false), // Do not canonicalize ImmutableSets by default. in LiveVariablesImpl()
147 SSetRefA(valsA.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()), in merge()
148 SSetRefB(valsB.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()); in merge()
260 val.liveStmts = LV.SSetFact.remove(val.liveStmts, S); in Visit()
277 AddLiveStmt(val.liveStmts, LV.SSetFact, ImplicitObj); in Visit()
294 AddLiveStmt(val.liveStmts, LV.SSetFact, VA->getSizeExpr()); in Visit()
307 val.liveStmts = LV.SSetFact.add(val.liveStmts, child); in Visit()
328 AddLiveStmt(val.liveStmts, LV.SSetFact, Child); in Visit()
412 val.liveStmts = LV.SSetFact.add(val.liveStmts, subEx->IgnoreParens()); in VisitUnaryExprOrTypeTraitExpr()