代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2872918
m try-catch-10.m
/* Ensure that @try/@catch blocks do not mess with types of
local objects (other than their volatile bits). */
/* { dg-options "-fobjc-exceptions -fnext-runtime" } */
/* { dg-do compile } */
#in
www.eeworm.com/read/366702/2872919
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/366702/2872951
m try-catch-9.m
/* Check that taking the address of a local variable marked 'volatile'
by the compiler does not generate untoward errors. */
/* Developed by Ziemowit Laski . */
/* { dg-options
www.eeworm.com/read/366702/2872953
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/366702/2872954
m try-catch-6.m
/* { dg-do compile } */
/* { dg-options "-fobjc-exceptions" } */
#include
int main (int argc, const char * argv[]) {
Object * pool = [Object new];
int a;
if ( 1 ) {
@
www.eeworm.com/read/366702/2872978
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/261580/4321063
c catch_interrupt_pending.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/261580/4321106
c catch_interrupt_mvt.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/261580/4321127
c catch_interrupt_svt.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/475105/6803606