代码搜索:CATCH

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

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

m try-catch-11.m

/* APPLE LOCAL begin radar 4204796 */ /* Ensure that typeof()-typed variables inside the @try { } block that "inherit" their EH-volatileness from other variables in the stack frame do not trigge
www.eeworm.com/read/233448/4676591

m try-catch-10.m

/* APPLE LOCAL file mainline */ /* Ensure that @try/@catch blocks do not mess with types of local objects (other than their volatile bits). */ /* { dg-options "-fobjc-exceptions -fnext-runtime" }
www.eeworm.com/read/233448/4676592

m try-catch-1.m

/* Test if the compiler accepts @throw / @try..@catch..@finally syntax. */ /* Developed by Ziemowit Laski . */ /* { dg-options "-fobjc-exceptions" } */ /* { dg-do compile } */ #in
www.eeworm.com/read/233448/4676623

m try-catch-12.m

/* 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/4676630

m try-catch-9.m

/* APPLE LOCAL file mainline */ /* Check that taking the address of a local variable marked 'volatile' by the compiler does not generate untoward errors. */ /* Developed by Ziemowit Laski
www.eeworm.com/read/233448/4676632

m try-catch-5.m

/* 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 ICE after generating the war
www.eeworm.com/read/233448/4676633

m try-catch-6.m

/* 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/4676643

m try-catch-8.m

/* APPLE LOCAL file mainline */ /* Check that local variables that get modified inside the @try block survive until the @catch block is reached. */ /* Developed by Ziemowit Laski
www.eeworm.com/read/233448/4676647

m try-catch-4.m

/* Check that the compiler does not incorrectly complain about exceptions being caught by previous @catch blocks. */ /* Author: Ziemowit Laski */ /* { dg-do compile } */ /* { d
www.eeworm.com/read/190666/5172848

c catch3p.c

// Copyright (C) 1999, 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 29 Aug 1999 // We cannot catch an ambiguous base class. Check with a non-virtual // polymo