Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/CodeGen/
DMachineInstrBundleIteratorTest.cpp22 typedef MachineInstrBundleIterator<MyBundledInstr> bundled_iterator; typedef
41 EXPECT_DEATH((void)static_cast<bundled_iterator>(I), in TEST()
43 EXPECT_DEATH((void)static_cast<bundled_iterator>(MBI), in TEST()
45 EXPECT_DEATH((void)static_cast<bundled_iterator>(&MBI), in TEST()
72 bundled_iterator I; in TEST()