Searched refs:ContextFactory (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 428 Context::Factory ContextFactory; member in __anon06d2d5b10811::LocalVariableMap 466 Context getEmptyContext() { return ContextFactory.getEmptyMap(); } in getEmptyContext() 541 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addDefinition() 549 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addReference() 559 Context NewCtx = ContextFactory.remove(Ctx, D); in updateDefinition() 560 NewCtx = ContextFactory.add(NewCtx, D, newID); in updateDefinition() 572 NewCtx = ContextFactory.remove(NewCtx, D); in clearDefinition() 573 NewCtx = ContextFactory.add(NewCtx, D, 0); in clearDefinition() 582 NewCtx = ContextFactory.remove(NewCtx, D); in removeDefinition()
|