Searched refs:getRootWithoutRetain (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Analysis/
H A DLiveVariables.cpp148 SSetRefA(valsA.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()),
149 SSetRefB(valsB.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory());
153 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()),
154 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory());
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h146 TreeTy *getRootWithoutRetain() const { function in class:llvm::ImmutableMap
300 : Root(X.getRootWithoutRetain()),
H A DImmutableSet.h1041 TreeTy *getRootWithoutRetain() const { function in class:llvm::ImmutableSet
1175 TreeTy *getRootWithoutRetain() const { function in class:llvm::ImmutableSetRef
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp159 EBMapRef(NewEnv.ExprBindings.getRootWithoutRetain(),
H A DRegionStore.cpp211 return asImmutableMap().getRootWithoutRetain();
378 return StoreRef(RBFactory.getEmptyMap().getRootWithoutRetain(), *this);
431 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this);
1883 .getRootWithoutRetain(),

Completed in 1159 milliseconds