HomeSort by: relevance | last modified time | path
    Searched refs:pop_front (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_list_test.cc 38 l->pop_front();
42 l->pop_front();
46 l->pop_front();
50 l->pop_front();
54 l->pop_front();
58 l->pop_front();
82 l.pop_front();
90 l.pop_front();
102 l.pop_front();
106 l.pop_front();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanPredicator.cpp 94 Worklist.pop_front();
96 Worklist.pop_front();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
queue.h 45 * atomic access. push_front() and pop_front() must not be called
81 * Must not be called concurrently with pop_front(). */
98 * Must not be called concurrently with pop_front(). */
100 pop_front(_Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
125 * Must not be called concurrently with pop_front(). */
balanced_quicksort.h 370 if (__tl._M_leftover_parts.pop_front(__current))
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TaskQueue.h 118 Tasks.pop_front();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
WorkList.cpp 70 Queue.pop_front();
119 Queue.pop_front();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
RDFDeadCode.cpp 34 T pop_front() { function in struct:DeadCodeElimination::SetQueue
133 NodeId N = WorkQ.pop_front();
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_list.h 23 // pop_front(), append_front() and append_back().
65 void pop_front() { function in struct:__sanitizer::IntrusiveList
sanitizer_thread_registry.cc 324 dead_threads_.pop_front();
337 invalid_threads_.pop_front();
sanitizer_common.cc 156 ranges_.pop_front();
sanitizer_quarantine.h 250 list_.pop_front();
sanitizer_allocator_primary32.h 170 sci->free_list.pop_front();
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_list.h 22 // pop_front(), append_front() and append_back().
64 void pop_front() { function in struct:__sanitizer::IntrusiveList
sanitizer_thread_registry.cpp 319 dead_threads_.pop_front();
332 invalid_threads_.pop_front();
sanitizer_common.cpp 154 ranges_.pop_front();
sanitizer_quarantine.h 250 list_.pop_front();
sanitizer_allocator_primary32.h 179 sci->free_list.pop_front();
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 282 V.pop_front();
322 Worklist.pop_front();
DFAEmitter.cpp 295 Worklist.pop_front();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 212 m_bag.pop_front();
222 m_bag.pop_front();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
AllocatorList.h 208 void pop_front() { List.eraseAndDispose(List.begin(), Disposer(*this)); } function in class:llvm::AllocatorList
simple_ilist.h 150 void pop_front() { erase(begin()); } function in class:llvm::simple_ilist
ilist.h 314 void pop_front() { function in class:llvm::iplist_impl
315 assert(!empty() && "pop_front() on empty list!");
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp 342 I->second.pop_front();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 845 void pop_front() { Insts.pop_front(); } function in class:llvm::MachineBasicBlock

Completed in 50 milliseconds

1 2 3