代码搜索:CATCH

找到约 10,000 项符合「CATCH」的源代码

代码结果 10,000
www.eeworm.com/read/240162/4582653

c eh21.c

// { dg-do run { xfail sparc64-*-elf arm-*-pe } } // { dg-options "-fexceptions" } int main () { try { try { throw 1; } catch ( char * ) { } } catch ( int ) { return 0; }
www.eeworm.com/read/233448/4675471

c eh21.c

// { dg-do run { xfail sparc64-*-elf arm-*-pe } } // { dg-options "-fexceptions" } int main () { try { try { throw 1; } catch ( char * ) { } } catch ( int ) { return 0; }
www.eeworm.com/read/190666/5177957

c va-arg-3.c

/* Same as va-arg-2.c but using varargs.h. */ /* The purpose of this test is to catch edge cases when arguments are passed in regs and on the stack. We test 16 cases, trying to catch multiple
www.eeworm.com/read/179153/5309635

plx too_few.plx

require Test::Simple; push @INC, 't/lib'; require Test::Simple::Catch; my($out, $err) = Test::Simple::Catch::caught(); Test::Simple->import(tests => 5); ok(1); ok(1);
www.eeworm.com/read/321483/3535677

plx too_few.plx

require Test::Simple; push @INC, 't/lib'; require Test::Simple::Catch; my($out, $err) = Test::Simple::Catch::caught(); Test::Simple->import(tests => 5); ok(1); ok(1);
www.eeworm.com/read/366702/2871520

c eh21.c

// { dg-do run { xfail sparc64-*-elf arm-*-pe } } // { dg-options "-fexceptions" } int main () { try { try { throw 1; } catch ( char * ) { } } catch ( int ) { return 0; }
www.eeworm.com/read/365329/9869462

c except.c

#include #include "Exception.h" int main () { void * a = new(Exception()), * b = new(Exception()); cause(-1); puts("caused -1"); switch (catch(a)) { case 0: switch (catch(b)) { c
www.eeworm.com/read/470720/1447317

c eh35.c

// Special g++ Options: -fexceptions // excess errors test - XFAIL a29k-*-* sparc64-*-elf arm-*-pe main() { try { throw 'a'; } catch (char a) { try { throw 'a'; } catch (int i
www.eeworm.com/read/470720/1447468

c eh21.c

// Special g++ Options: -fexceptions // excess errors test - XFAIL a29k-*-* sparc64-*-elf arm-*-pe int main () { try { try { throw 1; } catch ( char * ) { } } catch ( int ) {
www.eeworm.com/read/470693/1459263

c eh35.c

// Special g++ Options: -fexceptions // excess errors test - XFAIL a29k-*-* sparc64-*-elf arm-*-pe main() { try { throw 'a'; } catch (char a) { try { throw 'a'; } catch (int i