Searched refs:getRootWithoutRetain (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 107 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 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 | 1048 TreeTy *getRootWithoutRetain() const { return Root.get(); } 1127 TreeTy *getRootWithoutRetain() const { return Root.get(); }
|
| /freebsd/contrib/llvm-project/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() 615 StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this), {}}; in BindDefaultInitial() 641 StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this), in BindDefaultZero() 2514 .getRootWithoutRetain(), in killBinding()
|