Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp107 valsA.liveExprs.getRootWithoutRetain(), ESetFact.getTreeFactory()), in merge()
108 SSetRefB(valsB.liveExprs.getRootWithoutRetain(), in merge()
112 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()), in merge()
113 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()); in merge()
116 BSetRefA(valsA.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()), in merge()
117 BSetRefB(valsB.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()); in merge()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h132 TreeTy *getRootWithoutRetain() const { return Root.get(); } in getRootWithoutRetain() function
228 : Root(X.getRootWithoutRetain()), Factory(F.getTreeFactory()) {} in ImmutableMapRef()
H A DImmutableSet.h1048 TreeTy *getRootWithoutRetain() const { return Root.get(); }
1127 TreeTy *getRootWithoutRetain() const { return Root.get(); }
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp190 EBMapRef(NewEnv.ExprBindings.getRootWithoutRetain(), in removeDeadBindings()
H A DRegionStore.cpp224 asImmutableMap().getRootWithoutRetain(), IsMainAnalysis}; in asStore()
615 StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this), {}}; in BindDefaultInitial()
641 StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this), in BindDefaultZero()
2514 .getRootWithoutRetain(), in killBinding()