代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2869121
c catch3p.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/366702/2869123
c catch5p.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/366702/2869129
c catch4p.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/366702/2869142
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/366702/2869154
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/366702/2869157
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/366702/2869175
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/366702/2872347
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/366702/2872351
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/366702/2872374
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 {