代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5519504
c spec2.c
// { dg-do run }
// Testing exception specifications.
// Test 2: the second throw succeeds.
#include
#include
void my_term () { exit (1); }
void my_unexp () { throw 42; }
v
www.eeworm.com/read/162614/5519512
c spec3.c
// { dg-do run }
// Testing exception specifications.
// Test 3: the bad_exception throw succeeds.
#include
#include
void my_term () { exit (1); }
void my_unexp () { throw 4
www.eeworm.com/read/162614/5519528
c spec1.c
// { dg-do run }
// Testing exception specifications.
// Test 1: the original exception succeeds.
#include
#include
void my_term () { exit (1); }
void my_unexp () { throw 42
www.eeworm.com/read/162614/5521699
c eh23.c
// { dg-do run { xfail sparc64-*-elf arm-*-pe } }
// { dg-options "-fexceptions" }
#include
#include
struct double_fault { };
int fault_now;
class E {
public:
E() { }
E(c
www.eeworm.com/read/162614/5521737
c eh49.c
// { dg-do run { xfail sparc64-*-elf arm-*-pe } }
// { dg-options "-fexceptions -O9" }
void main1() {
throw 1;
}
int main() {
try {
main1();
} catch (...) {
return 0;
}
return 1;
}
www.eeworm.com/read/161121/5559106
c fdc-io.c
/*
* Copyright (C) 1993-1996 Bas Laarhoven,
* (C) 1996-1997 Claus-Justus Heine.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Genera
www.eeworm.com/read/161035/5564122
java connection.java
/*
This file is part of Socks via HTTP.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fo
www.eeworm.com/read/158872/5592165
exp solib.exp
# Copyright 1997, 1998, 1999 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publishe
www.eeworm.com/read/472268/6874747
cpp adocommand.cpp
/*########################################################################
Filename: ado.cpp
----------------------------------------------------
Remarks: ...
--------------------------------
www.eeworm.com/read/472268/6874812
cpp adocommand.cpp
/*########################################################################
Filename: ado.cpp
----------------------------------------------------
Remarks: ...
--------------------------------