代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/162614/5529613
c array-5.c
/* { dg-do compile } */
/* { dg-options "" } */
/* Check compatibility of array declarations. */
/* Incomplete decl matches. */
extern char arr0[];
char arr0[1];
/* Two integral expressions must
www.eeworm.com/read/350097/3128750
s x_bsun.s
|
| x_bsun.sa 3.3 7/1/91
|
| fpsp_bsun --- FPSP handler for branch/set on unordered exception
|
| Copy the PC to FPIAR to maintain 881/882 compatibility
|
| The real_bsun handler will need to perform
www.eeworm.com/read/350097/3132143
h fbio.h
#ifndef __LINUX_FBIO_H
#define __LINUX_FBIO_H
/* Constants used for fbio SunOS compatibility */
/* (C) 1996 Miguel de Icaza */
/* Frame buffer types */
#define FBTYPE_NOTYPE -1
#define FBT
www.eeworm.com/read/350097/3132571
h fbio.h
#ifndef __LINUX_FBIO_H
#define __LINUX_FBIO_H
/* Constants used for fbio SunOS compatibility */
/* (C) 1996 Miguel de Icaza */
/* Frame buffer types */
#define FBTYPE_NOTYPE -1
#define FBT
www.eeworm.com/read/350097/3132774
h mroute.h
#ifndef __LINUX_MROUTE_H
#define __LINUX_MROUTE_H
#include
#include
/*
* Based on the MROUTING 3.5 defines primarily to keep
* source compatibility with BSD.
*
* S
www.eeworm.com/read/343909/3214001
hhp htmlhelpexp.hhp
[OPTIONS]
Auto Index=Yes
Compatibility=1.1 or later
Compiled file=HtmlHelpExp.chm
Contents file=HtmlHelpExp.hhc
Default Window=default
Default topic=Web\index.htm
Display compile progress=No
F
www.eeworm.com/read/340665/3272905
c filter1_main.c
// Test that cleanups get run when a catch filter fails to match.
// Split into pieces for binary compatibility testing October 2002
extern void filter1_x (void);
int
main ()
{
filter1_x ();
}
www.eeworm.com/read/340665/3272929
c spec3_main.c
// PR c++/4381
// Test that exception-specs work properly for classes with virtual bases.
// Split into pieces for binary compatibility testing October 2002
extern void spec3_x (void);
int
main ()
www.eeworm.com/read/340665/3280053
c 20010611-1.c
/* Origin: PR c/3116 from Andreas Jaeger . */
/* When determining type compatibility of function types, we must remove
qualifiers from argument types. We used to fail to do this prope
www.eeworm.com/read/340665/3280478
c array-5.c
/* { dg-do compile } */
/* { dg-options "" } */
/* Check compatibility of array declarations. */
/* Incomplete decl matches. */
extern char arr0[];
char arr0[1];
/* Two integral expressions must