Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadSafeAllocator.h39 return applyLocked([N](AllocatorType &Alloc) { return Alloc.Allocate(N); }); in Allocate()
43 return applyLocked([Size, Align](AllocatorType &Alloc) { in Allocate()
50 T applyLocked(FnT Fn) { in applyLocked() function
/src/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp235 void applyLocked(llvm::function_ref<void(raw_ostream &OS)> Fn) { in applyLocked() function in __anone453227e0111::SharedStream
322 Errs.applyLocked([&](raw_ostream &OS) { in handleMakeDependencyToolResult()
329 OS.applyLocked([&](raw_ostream &OS) { OS << *MaybeFile; }); in handleMakeDependencyToolResult()
563 Errs.applyLocked([&](raw_ostream &OS) { in handleTranslationUnitResult()
580 Errs.applyLocked([&](raw_ostream &OS) { in handleModuleResult()
667 Errs.applyLocked([&](raw_ostream &OS) { in handleP1689DependencyToolResult()