Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineInstrBundleIteratorTest.cpp23 typedef MachineInstrBundleIterator<MyBundledInstr> bundled_iterator; typedef
42 EXPECT_DEATH((void)static_cast<bundled_iterator>(I), in TEST()
44 EXPECT_DEATH((void)static_cast<bundled_iterator>(MBI), in TEST()
46 EXPECT_DEATH((void)static_cast<bundled_iterator>(&MBI), in TEST()
73 bundled_iterator I; in TEST()