HomeSort by: relevance | last modified time | path
    Searched refs:getRootWithoutRetain (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
LiveVariables.cpp 100 valsA.liveExprs.getRootWithoutRetain(), ESetFact.getTreeFactory()),
101 SSetRefB(valsB.liveExprs.getRootWithoutRetain(),
105 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()),
106 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory());
109 BSetRefA(valsA.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory()),
110 BSetRefB(valsB.liveBindings.getRootWithoutRetain(), BSetFact.getTreeFactory());
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ImmutableMap.h 131 TreeTy *getRootWithoutRetain() const { return Root.get(); }
264 : Root(X.getRootWithoutRetain()), Factory(F.getTreeFactory()) {}
ImmutableSet.h 1057 TreeTy *getRootWithoutRetain() const { return Root.get(); }
1142 TreeTy *getRootWithoutRetain() const { return Root.get(); }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
Environment.cpp 190 EBMapRef(NewEnv.ExprBindings.getRootWithoutRetain(),
RegionStore.cpp 224 asImmutableMap().getRootWithoutRetain(), IsMainAnalysis};
459 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this);
482 return StoreRef(B.asImmutableMap().getRootWithoutRetain(), *this);
2116 .getRootWithoutRetain(),

Completed in 21 milliseconds