Searched refs:CheckList (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_list_test.cpp | 33 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0, in CheckList() function 156 CheckList(&l1, x); in TEST() 161 CheckList(&l1, x, y, z, a, b, c); in TEST() 167 CheckList(&l1, x, y); in TEST()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCompound.cpp | 411 MCInst CheckList(MCI); in tryCompound() local 420 while (lookForCompound(MCII, Context, CheckList)) { in tryCompound() 422 MCI = CheckList; in tryCompound()
|