Searched refs:SetList (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_list_test.cpp | 25 static void SetList(List *l, ListItem *x = 0, in SetList() function 155 SetList(&l1, x); in TEST() 158 SetList(&l1, x, y, z); in TEST() 159 SetList(&l2, a, b, c); in TEST() 164 SetList(&l1, x, y); in TEST() 165 SetList(&l2); in TEST()
|