Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp1083 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addDefinition() local
1085 return NewCtx; in addDefinition()
1091 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addReference() local
1093 return NewCtx; in addReference()
1101 Context NewCtx = ContextFactory.remove(Ctx, D); in updateDefinition() local
1102 NewCtx = ContextFactory.add(NewCtx, D, newID); in updateDefinition()
1104 return NewCtx; in updateDefinition()
1112 Context NewCtx = Ctx; in clearDefinition() local
1113 if (NewCtx.contains(D)) { in clearDefinition()
1114 NewCtx = ContextFactory.remove(NewCtx, D); in clearDefinition()
[all …]