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 153 SSetRefA(valsA.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory()),
154 SSetRefB(valsB.liveStmts.getRootWithoutRetain(), SSetFact.getTreeFactory());
158 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()),
159 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory());
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 243 return StoreRef(RBFactory.getEmptyMap().getRootWithoutRetain(), *this);
295 .getRootWithoutRetain(), *this);
809 return StoreRef(B.getRootWithoutRetain(), *this);
    [all...]
Environment.cpp 197 EBMapRef(NewEnv.ExprBindings.getRootWithoutRetain(),
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 146 TreeTy *getRootWithoutRetain() const {
ImmutableSet.h     [all...]

Completed in 778 milliseconds