Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp106 valsA.liveExprs.getRootWithoutRetain(), ESetFact.getTreeFactory()), in merge()
107 SSetRefB(valsB.liveExprs.getRootWithoutRetain(), in merge()
111 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()), in merge()
112 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()); in merge()
115 BSetRefA(valsA.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()), in merge()
116 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.h1044 TreeTy *getRootWithoutRetain() const { return Root.get(); }
1123 TreeTy *getRootWithoutRetain() const { return Root.get(); }
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp225 asImmutableMap().getRootWithoutRetain(), IsMainAnalysis}; in asStore()
458 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefaultInitial()
481 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefaultZero()
2353 .getRootWithoutRetain(), in killBinding()