Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp1095 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addDefinition() local
1097 return NewCtx; in addDefinition()
1103 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addReference() local
1105 return NewCtx; in addReference()
1113 Context NewCtx = ContextFactory.remove(Ctx, D); in updateDefinition() local
1114 NewCtx = ContextFactory.add(NewCtx, D, newID); in updateDefinition()
1116 return NewCtx; in updateDefinition()
1124 Context NewCtx = Ctx; in clearDefinition() local
1125 if (NewCtx.contains(D)) { in clearDefinition()
1126 NewCtx = ContextFactory.remove(NewCtx, D); in clearDefinition()
[all …]