代码搜索:CATCH

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

代码结果 10,000
www.eeworm.com/read/240943/4564959

c catch_interrupt.c

/* LEON2/3 LIBIO low-level routines Written by Jiri Gaisler. Copyright (C) 2004 Gaisler Research AB This program is free software; you can redistribute it and/or modify it unde
www.eeworm.com/read/240162/4580240

c catch5.c

// { dg-do run } // { dg-options "-w" } // Copyright (C) 1999, 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 29 Aug 1999 // We cannot catch an ambiguous base
www.eeworm.com/read/240162/4580241

c catch6.c

// { dg-do run } // { dg-options "-w" } // Copyright (C) 1999, 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 29 Aug 1999 // We cannot catch an ambiguous base
www.eeworm.com/read/240162/4580251

c catch7.c

// { dg-do run } // { dg-options "-w" } // Copyright (C) 1999, 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 29 Aug 1999 // We cannot catch an ambiguous base
www.eeworm.com/read/240162/4580260

c catch10.c

// { dg-do assemble } // Test that we notice unfortunate handler ordering. struct A { }; struct B: public A { }; struct C: private A { }; void f(); void g() { try { f(); } catch (...) { } // {
www.eeworm.com/read/240162/4580269

c catch1.c

// { dg-do assemble } // // Copyright (C) 1999 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 6 Jun 1999 // We cannot catch an incomplete type, or ptr to one stru
www.eeworm.com/read/240162/4580270

c catch9.c

// { dg-do run } // { dg-options "-w" } // Copyright (C) 1999, 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 29 Aug 1999 // We cannot catch an ambiguous base
www.eeworm.com/read/240162/4580280

c catch14.c

// { dg-do assemble } // { dg-options "-O1" } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Jakub Jelinek 2 May 2001 void foo(); struct A { A (int x)
www.eeworm.com/read/240162/4580285

c catch12.c

// { dg-do run } // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 24 May 2000 // we should be able to catch a base a virtual, provided
www.eeworm.com/read/240162/4580286

c catch4.c

// { dg-do run } // { dg-options "-w" } // Copyright (C) 1999, 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 29 Aug 1999 // We cannot catch an ambiguous base