Home
last modified time | relevance | path

Searched defs:QueueItem (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp206 using QueueItem = std::pair<WorkListUnit, QueuePriority>; typedef in __anon59a745250411::UnexploredFirstPriorityQueue
262 using QueueItem = std::pair<WorkListUnit, QueuePriority>; typedef in __anon59a745250511::UnexploredFirstPriorityLocationQueue
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1207 .. _QueueItem: target
1209 QueueItem section in Enumerators
1216 .. _QueueKind:
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DQueueItem.cpp17 QueueItem::QueueItem(QueueSP queue_sp, ProcessSP process_sp, in QueueItem() function in QueueItem
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1154 typedef std::pair<OrderedPenalty, StateNode *> QueueItem; typedef in clang::format::__anon5560ac9b0111::OptimizingLineFormatter
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h173 class QueueItem; variable