reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Target/WebAssembly/WebAssemblyExceptionInfoTest.cpp
  357   ASSERT_TRUE(WE0);
  358   EXPECT_EQ(WE0->getEHPad(), MBB1);
  359   EXPECT_EQ(WE0->getParentException(), nullptr);
  360   EXPECT_EQ(WE0->getExceptionDepth(), (unsigned)1);
  363   WE0 = WEI.getExceptionFor(MBB2);
  364   ASSERT_TRUE(WE0);
  365   EXPECT_EQ(WE0->getEHPad(), MBB1);
  368   WE0 = WEI.getExceptionFor(MBB7);
  369   ASSERT_TRUE(WE0);
  370   EXPECT_EQ(WE0->getEHPad(), MBB1);
  373   WE0 = WEI.getExceptionFor(MBB8);
  374   ASSERT_TRUE(WE0);
  375   EXPECT_EQ(WE0->getEHPad(), MBB1);
  381   EXPECT_EQ(WE0_0->getParentException(), WE0);
  415   EXPECT_EQ(WE0_1->getParentException(), WE0);