| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/ |
| H A D | missing_done_testing.plx | 4 require Test::Simple::Catch; 5 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | one_fail_without_plan.plx | 4 require Test::Simple::Catch; 5 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | too_few.plx | 4 require Test::Simple::Catch; 5 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | too_few_fail.plx | 4 require Test::Simple::Catch; 5 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | pre_plan_death.plx | 7 require Test::Simple::Catch; 8 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | five_fail.plx | 4 require Test::Simple::Catch; 5 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | one_fail.plx | 4 require Test::Simple::Catch; 5 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | success.plx | 4 require Test::Simple::Catch; 5 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | two_fail.plx | 4 require Test::Simple::Catch; 5 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | death.plx | 4 require Test::Simple::Catch; 5 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | death_in_eval.plx | 5 require Test::Simple::Catch; 6 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | death_with_handler.plx | 4 require Test::Simple::Catch; 5 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | extras.plx | 4 require Test::Simple::Catch; 5 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | last_minute_death.plx | 4 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 D | no_tests.t | 28 require Test::Simple::Catch; 29 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | died.t | 28 require Test::Simple::Catch; 29 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | extra_one.t | 17 require Test::Simple::Catch; 18 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | fail-like.t | 31 require Test::Simple::Catch; 32 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | harness_active.t | 15 use Test::Simple::Catch; 16 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | cmp_ok.t | 8 require Test::Simple::Catch; 9 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | missing.t | 30 require Test::Simple::Catch; 31 my($out, $err) = Test::Simple::Catch::caught();
|
| H A D | fail-more.t | 17 require Test::Simple::Catch; 18 my($out, $err) = Test::Simple::Catch::caught();
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLateEHPrepare.cpp | 183 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 D | CGCleanup.h | 104 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 D | Catch.pm | 2 package Test::Simple::Catch;
|