代码搜索:except
找到约 10,000 项符合「except」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2881761
c except-1.c
/* { dg-options "-fexceptions -I." } */
#include "except-1.h"
int main(void)
{
return foo(1);
}
www.eeworm.com/read/366702/2881763
hs except-1.hs
/* { dg-options "-fexceptions" } */
extern inline int
foo(int a)
{
return a + 1;
}
www.eeworm.com/read/366702/2882312
h dfp-except.h
/* Use undocumented functions in libgcc to clear and test dummy floating
point exception flags. That functionality is in libgcc just for
testing purposes.
If fesetexcept and feclearexcept a
www.eeworm.com/read/362572/2930886
c gcj-except.c
/*
* gcj-except.c
*
* Copyright (c) 1996, 1997, 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution
*
www.eeworm.com/read/362572/2930887
h gcj-except.h
/*
* gcj-except.h
* ...
*
* Copyright (c) 1996, 1997, 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/353640/3083772
s gen_except.s
/* gen_except.s - Motorola 68040 FP exception detection (EXC) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modification
www.eeworm.com/read/350657/3119635
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/264095/4293312
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/262046/4315297
s gen_except.s
/* gen_except.s - Motorola 68040 FP exception detection (EXC) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modification
www.eeworm.com/read/262041/4317772
c except_mips.c
/* except_mips.c:
* This code handles exceptions that are caught by the exception vectors
* that have been installed by the monitor.
*
* General notice:
* This code is part of a boot-monitor