Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DLiveVariables.cpp33 llvm::ImmutableSet<const BindingDecl *>::Factory BSetFact; member in __anonbf3779e30111::LiveVariablesImpl
55 BSetFact(false), killAtAssign(KillAtAssign) {} in LiveVariablesImpl()
115 BSetRefA(valsA.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()), in merge()
116 BSetRefB(valsB.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()); in merge()
356 val.liveBindings = LV.BSetFact.remove(val.liveBindings, BD); in VisitBinaryOperator()
388 val.liveBindings = LV.BSetFact.add(val.liveBindings, BD); in VisitDeclRefExpr()
403 val.liveBindings = LV.BSetFact.remove(val.liveBindings, BD); in VisitDeclStmt()