Searched refs:getRootWithoutRetain (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 106 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 D | ImmutableMap.h | 132 TreeTy *getRootWithoutRetain() const { return Root.get(); } in getRootWithoutRetain() function 228 : Root(X.getRootWithoutRetain()), Factory(F.getTreeFactory()) {} in ImmutableMapRef()
|
H A D | ImmutableSet.h | 1044 TreeTy *getRootWithoutRetain() const { return Root.get(); } 1123 TreeTy *getRootWithoutRetain() const { return Root.get(); }
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 225 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()
|