Searched refs:ListItem (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cc18 struct ListItem { struct in namespace:__sanitizer
19 ListItem *next;
22 typedef IntrusiveList<ListItem> List;
26 static void SetList(List *l, ListItem *x = 0,
27 ListItem *y = 0, ListItem *z = 0) {
34 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0,
35 ListItem *i
[all...]

Completed in 127 milliseconds