Searched refs:getRootWithoutRetain (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 149 SSetRefA(valsA.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()), in merge() 150 SSetRefB(valsB.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()); in merge() 154 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()), in merge() 155 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()); in merge() 158 BSetRefA(valsA.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()), in merge() 159 BSetRefB(valsB.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()); in merge()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ImmutableMap.h | 150 TreeTy *getRootWithoutRetain() const { return Root; } in getRootWithoutRetain() function 287 : Root(X.getRootWithoutRetain()), in ImmutableMapRef()
|
| H A D | ImmutableSet.h | 1064 TreeTy *getRootWithoutRetain() const { 1175 TreeTy *getRootWithoutRetain() const {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | Environment.cpp | 181 EBMapRef(NewEnv.ExprBindings.getRootWithoutRetain(), in removeDeadBindings()
|
| H A D | RegionStore.cpp | 211 return asImmutableMap().getRootWithoutRetain(); in asStore() 371 return StoreRef(RBFactory.getEmptyMap().getRootWithoutRetain(), *this); in getInitialStore() 418 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefaultInitial() 441 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefaultZero() 2099 .getRootWithoutRetain(), in killBinding()
|