Searched refs:getRootWithoutRetain (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 105 valsA.liveExprs.getRootWithoutRetain(), ESetFact.getTreeFactory()), in merge() 106 SSetRefB(valsB.liveExprs.getRootWithoutRetain(), in merge() 110 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()), in merge() 111 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()); in merge() 114 BSetRefA(valsA.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()), in merge() 115 BSetRefB(valsB.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()); in merge()
|
| /llvm-project-15.0.7/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(); }
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | Environment.cpp | 190 EBMapRef(NewEnv.ExprBindings.getRootWithoutRetain(), in removeDeadBindings()
|
| H A D | RegionStore.cpp | 224 asImmutableMap().getRootWithoutRetain(), IsMainAnalysis}; in asStore() 452 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefaultInitial() 475 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefaultZero() 2366 .getRootWithoutRetain(), in killBinding()
|