代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/348839/3151674
h winuser.h
/* winuser.h*/
/*
* Copyright (c) 1999, 2000 Greg Haerr
*
* Win32 USER structures and API
*/
#include "winctl.h" /* required compatibility for resource compiler*/
/* moved from
www.eeworm.com/read/348839/3152033
h winuser.h
/* winuser.h*/
/*
* Copyright (c) 1999, 2000 Greg Haerr
*
* Win32 USER structures and API
*/
#include "winctl.h" /* required compatibility for resource compiler*/
/* moved from
www.eeworm.com/read/348839/3152392
h winuser.h
/* winuser.h*/
/*
* Copyright (c) 1999, 2000 Greg Haerr
*
* Win32 USER structures and API
*/
#include "winctl.h" /* required compatibility for resource compiler*/
/* moved from
www.eeworm.com/read/347220/3174022
h os2compat.h
/* OS/2 compatibility defines.
This file is intended to be included from config.h
Copyright (C) 2001-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute i
www.eeworm.com/read/340665/3272815
c conv1.c
// Test for backwards brain-damage compatibility with -fpermissive.
// { dg-options "-fpermissive -w" }
void f ();
void f (int *);
void g (int);
int main ()
{
void *v = 1234;
void (*p)() = v;
www.eeworm.com/read/340665/3272913
c nrv1_main.c
// PR c++/5636
// Bug: the named return value optimization interfered with EH cleanups.
// Split into pieces for binary compatibility testing October 2002
extern void nrv1_x (void);
int
main ()
{
www.eeworm.com/read/340665/3272932
c vbase10_main.c
// The offset of virtual base `B' is not ABI-compliant and may change in
// a future version of GCC.
// g++.dg/abi/vbase10.C tests this with -Wabi.
// Split into pieces for binary compatibility testin
www.eeworm.com/read/340665/3272968
c byval1_main.c
// PR c++/3948
// Test that the destructor call for a value parameter gets the
// right address.
// Split into pieces for binary compatibility testing October 2002
extern void byval1_x (void);
int
m
www.eeworm.com/read/329537/3430711
h os2compat.h
/* OS/2 compatibility defines.
This file is intended to be included from config.h
Copyright (C) 2001-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute i
www.eeworm.com/read/327225/3463339
c bb_compat.c
/* vi: set sw=4 ts=4: */
/*
* bb_compat.c --- compatibility badblocks routines
*
* Copyright (C) 1997 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms of the GN