Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp149 SSetRefA(valsA.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()), in merge()
150 SSetRefB(valsB.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()); in merge()
154 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()), in merge()
155 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()); in merge()
158 BSetRefA(valsA.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()), in merge()
159 BSetRefB(valsB.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()); in merge()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DImmutableMap.h150 TreeTy *getRootWithoutRetain() const { return Root; } in getRootWithoutRetain() function
287 : Root(X.getRootWithoutRetain()), in ImmutableMapRef()
H A DImmutableSet.h1064 TreeTy *getRootWithoutRetain() const {
1175 TreeTy *getRootWithoutRetain() const {
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp181 EBMapRef(NewEnv.ExprBindings.getRootWithoutRetain(), in removeDeadBindings()
H A DRegionStore.cpp211 return asImmutableMap().getRootWithoutRetain(); in asStore()
371 return StoreRef(RBFactory.getEmptyMap().getRootWithoutRetain(), *this); in getInitialStore()
418 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefaultInitial()
441 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefaultZero()
2099 .getRootWithoutRetain(), in killBinding()