Home
last modified time | relevance | path

Searched refs:Catch (Results 1 – 25 of 159) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/
H A Dmissing_done_testing.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
H A Done_fail_without_plan.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
H A Dtoo_few.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
H A Dtoo_few_fail.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
H A Dpre_plan_death.plx7 require Test::Simple::Catch;
8 my($out, $err) = Test::Simple::Catch::caught();
H A Dfive_fail.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
H A Done_fail.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
H A Dsuccess.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
H A Dtwo_fail.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
H A Ddeath.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
H A Ddeath_in_eval.plx5 require Test::Simple::Catch;
6 my($out, $err) = Test::Simple::Catch::caught();
H A Ddeath_with_handler.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
H A Dextras.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
H A Dlast_minute_death.plx4 require Test::Simple::Catch;
5 my($out, $err) = Test::Simple::Catch::caught();
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dno_tests.t28 require Test::Simple::Catch;
29 my($out, $err) = Test::Simple::Catch::caught();
H A Ddied.t28 require Test::Simple::Catch;
29 my($out, $err) = Test::Simple::Catch::caught();
H A Dextra_one.t17 require Test::Simple::Catch;
18 my($out, $err) = Test::Simple::Catch::caught();
H A Dfail-like.t31 require Test::Simple::Catch;
32 my($out, $err) = Test::Simple::Catch::caught();
H A Dharness_active.t15 use Test::Simple::Catch;
16 my($out, $err) = Test::Simple::Catch::caught();
H A Dcmp_ok.t8 require Test::Simple::Catch;
9 my($out, $err) = Test::Simple::Catch::caught();
H A Dmissing.t30 require Test::Simple::Catch;
31 my($out, $err) = Test::Simple::Catch::caught();
H A Dfail-more.t17 require Test::Simple::Catch;
18 my($out, $err) = Test::Simple::Catch::caught();
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp183 for (auto *Catch : Catches) { in hoistCatches() local
184 MachineBasicBlock *EHPad = getMatchingEHPad(Catch); in hoistCatches()
192 if (InsertPos == Catch) in hoistCatches()
195 EHPad->insert(InsertPos, Catch->removeFromParent()); in hoistCatches()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h104 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator
182 : EHScope(Catch, enclosingEHScope) { in EHCatchScope()
226 return Scope->getKind() == Catch; in classof()
510 case EHScope::Catch:
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/
H A DCatch.pm2 package Test::Simple::Catch;

1234567