Home
last modified time | relevance | path

Searched refs:CheckList (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cpp33 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 DHexagonMCCompound.cpp411 MCInst CheckList(MCI); in tryCompound() local
420 while (lookForCompound(MCII, Context, CheckList)) { in tryCompound()
422 MCI = CheckList; in tryCompound()