代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5519529
c catch6p.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/162614/5519541
c catch8p.c
// { dg-do run }
// { dg-options "-w" }
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 6 Jun 1999
// We cannot catch an ambiguous base c
www.eeworm.com/read/162614/5519544
c catch9p.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/162614/5519562
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/162614/5522742
mm try-catch-8.mm
/* Test for graceful compilation of @synchronized statements. */
/* { dg-do compile } */
/* { dg-options "-fobjc-exceptions" } */
#include
@interface Derived: Object
- (id) meth;
@
www.eeworm.com/read/162614/5522746
mm try-catch-5.mm
/* 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/162614/5522769
mm try-catch-7.mm
/* { dg-do compile } */
/* { dg-options "-fobjc-exceptions" } */
#include
int main (int argc, const char * argv[]) {
Object * pool = [Object new];
int a;
if ( 1 ) {
@try {
www.eeworm.com/read/162614/5522813
mm try-catch-1.mm
/* Test if the compiler accepts @throw / @try..@catch..@finally syntax. */
/* Developed by Ziemowit Laski . */
/* { dg-options "-fobjc-exceptions" } */
/* { dg-do compile } */
#i
www.eeworm.com/read/162614/5522816
mm try-catch-4.mm
/* 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/162614/5522821
mm try-catch-2.mm
/* Test out '@catch(id foo) {...}', which should catch
all uncaught exceptions. */
/* Developed by Ziemowit Laski . */
/* { dg-options "-fobjc-exceptions" } */
/* { dg-do run }