HomeSort by: relevance | last modified time | path
    Searched refs:push_front (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_list_test.cc 86 l.push_front(x);
94 l.push_front(x);
95 l.push_front(y);
96 l.push_front(z);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_list.h 22 // Intrusive singly-linked list with size(), push_back(), push_front()
53 void push_front(Item *x) { function in struct:__sanitizer::IntrusiveList
sanitizer_allocator_primary32.h 180 sci->free_list.push_front(b);

Completed in 39 milliseconds