Home
last modified time | relevance | path

Searched defs:Queues (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h60 QueueIterable Queues() { return QueueIterable(m_queues, m_mutex); } in Queues() function
H A DProcess.h2251 QueueList::QueueIterable Queues() { in Queues() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp179 Queues, enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp493 RecVec Queues = Records.getAllDerivedDefinitions("MemoryQueue"); in collectLoadStoreQueueInfo() local