Searched refs:SetList (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.cc26 static void SetList(List *l, ListItem *x = 0, function in namespace:__sanitizer
156 SetList(&l1, x);
159 SetList(&l1, x, y, z);
160 SetList(&l2, a, b, c);
165 SetList(&l1, x, y);
166 SetList(&l2);

Completed in 188 milliseconds