Searched refs:Rethrow (Results 1 – 4 of 4) sorted by relevance
339 for (auto *Rethrow : Rethrows) { in addCatchRefsAndThrowRefs() local340 auto InsertPos = std::next(Rethrow->getIterator()); in addCatchRefsAndThrowRefs()341 BuildMI(*Rethrow->getParent(), InsertPos, Rethrow->getDebugLoc(), in addCatchRefsAndThrowRefs()344 Rethrow->eraseFromParent(); in addCatchRefsAndThrowRefs()
253 MachineSDNode *Rethrow = CurDAG->getMachineNode( in Select() local260 ReplaceNode(Node, Rethrow); in Select()
189 using testing::Rethrow;425 .WillOnce(Rethrow(std::make_exception_ptr(42))); in TEST()
2170 inline internal::RethrowAction Rethrow(std::exception_ptr exception) {