Searched refs:getRootWithoutRetain (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 147 SSetRefA(valsA.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()), in merge() 148 SSetRefB(valsB.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()); in merge() 152 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()), in merge() 153 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()); in merge()
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 147 TreeTy *getRootWithoutRetain() const { return Root; } in getRootWithoutRetain() function 281 : Root(X.getRootWithoutRetain()), in ImmutableMapRef()
|
D | ImmutableSet.h | 1061 TreeTy *getRootWithoutRetain() const { 1169 TreeTy *getRootWithoutRetain() const {
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Environment.cpp | 160 EBMapRef(NewEnv.ExprBindings.getRootWithoutRetain(), in removeDeadBindings()
|
D | RegionStore.cpp | 207 return asImmutableMap().getRootWithoutRetain(); in asStore() 374 return StoreRef(RBFactory.getEmptyMap().getRootWithoutRetain(), *this); in getInitialStore() 427 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this); in BindDefault() 1980 .getRootWithoutRetain(), in killBinding()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ImmutableMap.h | 146 TreeTy *getRootWithoutRetain() const { in getRootWithoutRetain() function
|
D | ImmutableSet.h | 1029 TreeTy *getRootWithoutRetain() const { 1153 TreeTy *getRootWithoutRetain() const {
|