Home
last modified time | relevance | path

Searched defs:Writers (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h88 llvm::StringMap<std::unique_ptr<PCHContainerWriter>> Writers; variable
/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp276 SmallPtrSet<Function *, 16> Readers, Writers; in AnalyzeGlobals() local
322 SmallPtrSetImpl<Function *> *Writers, in AnalyzeUsesOfPointer()
/llvm-project/libc/src/__support/threads/linux/
H A Drwlock.h494 enum class WakeTarget { Readers, Writers, None }; in notify_pending_threads() enumerator