Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp489 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addDefinition() local
491 return NewCtx; in addDefinition()
497 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addReference() local
499 return NewCtx; in addReference()
507 Context NewCtx = ContextFactory.remove(Ctx, D); in updateDefinition() local
508 NewCtx = ContextFactory.add(NewCtx, D, newID); in updateDefinition()
510 return NewCtx; in updateDefinition()
518 Context NewCtx = Ctx; in clearDefinition() local
519 if (NewCtx.contains(D)) { in clearDefinition()
520 NewCtx = ContextFactory.remove(NewCtx, D); in clearDefinition()
[all …]