Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp1476 using CheckList = std::vector<std::pair<CheckSignExt, unsigned>>; in replaceMemOperandWithImm() typedef
1489 CheckList Checks; in replaceMemOperandWithImm()
2684 using CheckList = std::vector<std::pair<CheckSignExt, unsigned>>; in replaceRegWithImm() typedef
2697 CheckList Checks; in replaceRegWithImm()