HomeSort by: relevance | last modified time | path
    Searched defs:pop_front (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/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(). */
  /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(). */
  /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
  /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/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_list.h 22 // pop_front(), append_front() and append_back().
64 void pop_front() { function in struct:__sanitizer::IntrusiveList
  /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
  /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/gpl3/gdb.old/dist/gdbsupport/
intrusive_list.h 391 void pop_front () function in class:intrusive_list
506 pop_front ();
517 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
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 1034 Predicates.pop_front();
2323 void pop_front() { Operands.erase(Operands.begin()); } function in class:final

Completed in 43 milliseconds