HomeSort by relevance Sort by last modified time
    Searched refs:append_front (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_list.h 22 // pop_front(), append_front() and append_back().
75 void append_front(IntrusiveList<Item> *l) { function in struct:__sanitizer::IntrusiveList
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_list_test.cc 132 l1.append_front(&l2);
151 l1.append_front(&l2);
167 l.append_front(&l2);

Completed in 779 milliseconds