Searched refs:QueueItem (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DQueueItem.cpp1 //===-- QueueItem.cpp -------------------------------------------*- C++ -*-===//
12 #include "lldb/Target/QueueItem.h"
18 QueueItem::QueueItem (QueueSP queue_sp) : function in class:QueueItem
35 QueueItem::~QueueItem ()
40 QueueItem::GetKind() const
46 QueueItem::SetKind (QueueItemKind item_kind)
52 QueueItem::GetAddress ()
58 QueueItem
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueueItem.h1 //===-- QueueItem.h ---------------------------------------------*- C++ -*-===//
25 // QueueItem:
35 class QueueItem : class in namespace:lldb_private
36 public std::enable_shared_from_this<QueueItem>
40 QueueItem (lldb::QueueSP queue_sp);
42 ~QueueItem ();
48 /// The type of work item that this QueueItem object
89 /// Check if this QueueItem object is valid
222 // to get the QueueItem that enqueued this item
235 // For QueueItem onl
[all...]
/freebsd-10-stable/lib/clang/liblldbTarget/
H A DMakefile21 QueueItem.cpp \
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp695 typedef std::pair<OrderedPenalty, StateNode *> QueueItem; typedef in class:clang::format::__anon3275::UnwrappedLineFormatter
698 typedef std::priority_queue<QueueItem, std::vector<QueueItem>,
699 std::greater<QueueItem> > QueueType;
832 Queue.push(QueueItem(OrderedPenalty(0, Count), Node));
921 Queue->push(QueueItem(OrderedPenalty(Penalty, *Count), Node));
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h221 class QueueItem;
345 typedef std::shared_ptr<lldb_private::QueueItem> QueueItemSP;

Completed in 115 milliseconds