Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp339 for (auto *Rethrow : Rethrows) { in addCatchRefsAndThrowRefs() local
340 auto InsertPos = std::next(Rethrow->getIterator()); in addCatchRefsAndThrowRefs()
341 BuildMI(*Rethrow->getParent(), InsertPos, Rethrow->getDebugLoc(), in addCatchRefsAndThrowRefs()
344 Rethrow->eraseFromParent(); in addCatchRefsAndThrowRefs()
H A DWebAssemblyISelDAGToDAG.cpp253 MachineSDNode *Rethrow = CurDAG->getMachineNode( in Select() local
260 ReplaceNode(Node, Rethrow); in Select()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_link_test.h189 using testing::Rethrow;
425 .WillOnce(Rethrow(std::make_exception_ptr(42))); in TEST()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h2170 inline internal::RethrowAction Rethrow(std::exception_ptr exception) {