Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h53 ThreadSafeContext(std::unique_ptr<LLVMContext> NewCtx) in ThreadSafeContext()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp531 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addDefinition() local
539 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addReference() local
549 Context NewCtx = ContextFactory.remove(Ctx, D); in updateDefinition() local
560 Context NewCtx = Ctx; in clearDefinition() local
570 Context NewCtx = Ctx; in removeDefinition() local