代码搜索:Exceptions
找到约 7,847 项符合「Exceptions」的源代码
代码结果 7,847
www.eeworm.com/read/470693/1457609
c sibcall2.c
// Build don't link:
// Special g++ Options: -O2 -foptimize-sibling-calls -fno-exceptions
struct X
{
const char *c() const { return b; };
char *b;
};
extern "C" int f (const char *);
struct A
{
www.eeworm.com/read/470693/1464617
cc jis0212_to_unicode.cc
/* This file is automatically generated from JIS0212.TXT. */
#pragma GCC java_exceptions
unsigned short JIS0212_to_Unicode[76][94] = {
/* 1st byte: 34 */ {
0,
0,
0,
0,
0,
0,
0,
0,
0
www.eeworm.com/read/250243/4434552
c align.c
/* align.c - handle alignment exceptions for the Power PC.
*
* Copyright (c) 1996 Paul Mackerras
* Copyright (c) 1998-1999 TiVo, Inc.
* PowerPC 403GCX modifications.
* Co
www.eeworm.com/read/244089/4512711
java entriesdaoexception.java
/*
*
* 开发时间:2004-08-20 at 05:40:07
*
* 作者:曹广鑫
*
* 网站:www.helpsoft.org 电子邮件:support@helpsoft.org
*/
package org.helpsoft.blog.exceptions;
public class EntriesDaoException extend
www.eeworm.com/read/244089/4512712
java usersdaoexception.java
/*
*
* 开发时间:2004-08-20 at 05:40:07
*
* 作者:曹广鑫
*
* 网站:www.helpsoft.org 电子邮件:support@helpsoft.org
*/
package org.helpsoft.blog.exceptions;
public class UsersDaoException extends
www.eeworm.com/read/244005/4514183
makefile
ifeq ($(OSTYPE),IRIX64)
CC = CC
# Debugging?
DEBUG = -g
#PIPE = -pipe
# Warnings
WARN =
else
CC = g++
# Debugging?
DEBUG = -g -fno-exceptions -fno-rtti
# Warnings
WARN = -Wall -W
endif
#CC = g++
www.eeworm.com/read/242866/4533990
svn-base makefile.svn-base
include ../config
SOURCES = \
test_abstract_base.cpp \
test_attributes.cpp \
test_const.cpp \
test_construction.cpp \
test_exceptions.cpp \
test_free_functions.cpp \
test_held_type.cpp \
test
www.eeworm.com/read/242657/4550491
mpc send_msg.mpc
// -*- MPC -*-
// $Id: Send_Msg.mpc 69234 2005-11-07 03:03:02Z bala $
project(*Sender) : aceexe, exceptions, rmcast {
avoids = ace_for_tao
exename = sender
Source_Files {
Sender.cpp
}
}
p
www.eeworm.com/read/240162/4590295
cc jis0212_to_unicode.cc
/* This file is automatically generated from JIS0212.TXT. */
#pragma GCC java_exceptions
unsigned short JIS0212_to_Unicode[76][94] = {
/* 1st byte: 34 */ {
0,
0,
0,
0,
0,
0,
0,
0,
0
www.eeworm.com/read/235549/4650116
changelog
2001-08-28 Mark Salter
* src/vectors.S: Rewrite exception handling to allow exceptions
in any privileged mode.
* src/hal_mk_defs.c (main): Add some regs.
* include