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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugLoc.cpp 269 MDNode *OldScope = Entry.first.get();
271 assert(OldScope != 0 && OldInlinedAt != 0 &&
275 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
277 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
323 MDNode *OldScope = Entry.first.get();
325 assert(OldScope != 0 && OldInlinedAt != 0 &&
329 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
331 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
  /external/clang/lib/Parse/
Parser.cpp 391 Scope *OldScope = getCurScope();
392 Actions.CurScope = OldScope->getParent();
395 delete OldScope;
397 ScopeCache[NumCachedScopes++] = OldScope;
    [all...]

Completed in 239 milliseconds