代码搜索:except
找到约 10,000 项符合「except」的源代码
代码结果 10,000
www.eeworm.com/read/376060/2715915
cpp hard_except.cpp
/* hard_except.cpp
* Mapping between hardware signals/exceptions and C++ exceptions
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
www.eeworm.com/read/376060/2716030
h uc_except.h
// uc_except.h
// Maps Win32 structured exceptions (SE) or Linux signals
// onto C++ exceptions
#ifndef _uc_except_h
#define _uc_except_h
class Exception {
private:
char *m_what;
public:
www.eeworm.com/read/368386/2815682
s gen_except.s
|
| gen_except.sa 3.7 1/16/92
|
| gen_except --- FPSP routine to detect reportable exceptions
|
| This routine compares the exception enable byte of the
| user_fpcr on the stack with the exception st
www.eeworm.com/read/366702/2870679
c except1.c
// { dg-do assemble }
// { dg-options "-fexceptions" }
// GROUPS passed exceptions
// except file
// Message-Id:
// From: EWALLACE@endvmtkl.vnet.ibm.com
// Subjec
www.eeworm.com/read/366702/2870681
c except4.c
// { dg-do assemble }
// { dg-options "-fexceptions" }
// GROUPS passed exceptions
// except file
// Message-Id:
// From: akkersdi@hio.hen.nl
// Subject: excep
www.eeworm.com/read/366702/2870723
c except6.c
// { dg-do assemble }
// { dg-options "-fexceptions" }
// GROUPS passed exceptions
// except file
// From: GUSTAVO%DRAGON@orion.cpqd.ansp.br
// Date: 15 Dec 1993 09:33:30 +0000 (C)
// Subject: e
www.eeworm.com/read/366702/2870732
c except5.c
// { dg-do assemble }
// { dg-options "-fexceptions" }
// GROUPS passed exceptions
// except file
// Message-Id:
// From: Grigory Tsipenyuk
// S
www.eeworm.com/read/366702/2870787
c except3.c
// { dg-do assemble }
// { dg-options "-fexceptions" }
// GROUPS passed exceptions
// except file
// Message-Id:
// From: willoch@ss670mp.oslo.sgp.slb.com (t
www.eeworm.com/read/366702/2870804
c except2.c
// { dg-do assemble }
// { dg-options "-fexceptions -g" }
// GROUPS passed exceptions
// except file
// Message-Id:
// From: erik@ifad.dk (Erik Toubro Nielsen)
// Subject
www.eeworm.com/read/366702/2872457
mm except-1.mm
/* { dg-do run } */
/* This tests that exceptions work. It used to fail because
objc_msgSend was marked with DECL_NOTHROW.
If you include objc/Object.h, the problem goes away, because
that