代码搜索:CATCH

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

代码结果 10,000
www.eeworm.com/read/233448/4673117

c catch7p.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/233448/4676300

mm try-catch-8.mm

/* APPLE LOCAL file mainline */ /* Test for graceful compilation of @synchronized statements. */ /* { dg-do compile } */ /* { dg-options "-fobjc-exceptions" } */ #include @interface
www.eeworm.com/read/233448/4676307

mm try-catch-5.mm

/* APPLE LOCAL file mainline */ /* Check that the compiler does correctly complain about exceptions being caught by previous @catch blocks. */ /* Force the use of NeXT runtime to see that we don't
www.eeworm.com/read/233448/4676316

mm try-catch-13.mm

/* APPLE LOCAL begin radar 4204796 */ /* Ensure that variables declared volatile by the user (as opposed to synthesized by the EH-volatization machinery) _do_ trigger "discards qualifiers from
www.eeworm.com/read/233448/4676339

mm try-catch-7.mm

/* APPLE LOCAL file mainline */ /* { dg-do compile } */ /* { dg-options "-fobjc-exceptions" } */ #include int main (int argc, const char * argv[]) { Object * pool = [Object new]
www.eeworm.com/read/233448/4676346

mm try-catch-14.mm

/* APPLE LOCAL begin radar 4204796 */ /* { dg-options "-fobjc-exceptions -fnext-runtime" } */ /* { dg-do compile } */ typedef unsigned char uint8_t; typedef uint8_t foo[24]; void thingy(foo a) { }
www.eeworm.com/read/233448/4676403

mm try-catch-1.mm

/* APPLE LOCAL file mainline */ /* Test if the compiler accepts @throw / @try..@catch..@finally syntax. */ /* Developed by Ziemowit Laski . */ /* { dg-options "-fobjc-exceptions" }
www.eeworm.com/read/233448/4676409

mm try-catch-4.mm

/* APPLE LOCAL file mainline */ /* Check that the compiler does not incorrectly complain about exceptions being caught by previous @catch blocks. */ /* Author: Ziemowit Laski */
www.eeworm.com/read/233448/4676415

mm try-catch-2.mm

/* APPLE LOCAL file mainline */ /* Test out '@catch(id foo) {...}', which should catch all uncaught exceptions. */ /* Developed by Ziemowit Laski . */ /* { dg-options "-fobjc-e
www.eeworm.com/read/233448/4676418

mm try-catch-3.mm

/* APPLE LOCAL file mainline */ /* Test if caught exception objects are accessible inside the @catch block. (Yes, I managed to break this.) */ /* Author: Ziemowit Laski */ /*