Home
last modified time | relevance | path

Searched refs:NewCtx (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp487 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addDefinition() local
489 return NewCtx; in addDefinition()
495 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addReference() local
497 return NewCtx; in addReference()
505 Context NewCtx = ContextFactory.remove(Ctx, D); in updateDefinition() local
506 NewCtx = ContextFactory.add(NewCtx, D, newID); in updateDefinition()
508 return NewCtx; in updateDefinition()
516 Context NewCtx = Ctx; in clearDefinition() local
517 if (NewCtx.contains(D)) { in clearDefinition()
518 NewCtx = ContextFactory.remove(NewCtx, D); in clearDefinition()
[all …]