HomeSort by relevance Sort by last modified time
    Searched refs:getRootWithoutRetain (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Analysis/
LiveVariables.cpp 163 SSetRefA(valsA.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()),
164 SSetRefB(valsB.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory());
168 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()),
169 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory());
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 146 TreeTy *getRootWithoutRetain() const {
299 : Root(X.getRootWithoutRetain()),
ImmutableSet.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 186 EBMapRef(NewEnv.ExprBindings.getRootWithoutRetain(),
RegionStore.cpp 211 return asImmutableMap().getRootWithoutRetain();
355 return StoreRef(RBFactory.getEmptyMap().getRootWithoutRetain(), *this);
396 .getRootWithoutRetain(), *this);
    [all...]

Completed in 448 milliseconds