OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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().
73
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 135 milliseconds