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

/external/clang/lib/Analysis/
H A DLiveVariables.cpp86 llvm::ImmutableSet<const Stmt *>::Factory SSetFact; member in class:__anon17778::LiveVariablesImpl
106 SSetFact(false), // Do not canonicalize ImmutableSets by default.
148 SSetRefA(valsA.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()),
149 SSetRefB(valsB.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory());
261 val.liveStmts = LV.SSetFact.remove(val.liveStmts, S);
278 AddLiveStmt(val.liveStmts, LV.SSetFact, ImplicitObj);
295 AddLiveStmt(val.liveStmts, LV.SSetFact, VA->getSizeExpr());
308 val.liveStmts = LV.SSetFact.add(val.liveStmts, child);
330 AddLiveStmt(val.liveStmts, LV.SSetFact, child);
417 val.liveStmts = LV.SSetFact
[all...]

Completed in 125 milliseconds