代码搜索:Contributed

找到约 10,000 项符合「Contributed」的源代码

代码结果 10,000
www.eeworm.com/read/162614/5518756

c init1.c

// { dg-do compile } // Copyright (C) 2001, 2002 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 13 Nov 2001 // Bug 3154 class A {}; struct B : A { type
www.eeworm.com/read/162614/5518771

c offsetof1.c

// { dg-do compile } // Copyright (C) 2002 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 14 Aug 2002 // PR c++ 7598, offsetof broke // PR c++ 11072, DR 27
www.eeworm.com/read/162614/5518773

c friend1.c

// { dg-do compile } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 10 Oct 2001 // Bug 4476. We tangled up inline friends and pure vi
www.eeworm.com/read/162614/5518780

c switch1.c

// { dg-do compile } // Contributed by: Nick Savoiu // PR c++/14250: Incomplete type in switch statement template struct A { operator int(); }; struc
www.eeworm.com/read/162614/5518802

c error2.c

// { dg-do compile } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 26 Dec 2001 // PR 196. Misleading diagnostic namespace N
www.eeworm.com/read/162614/5518806

c return1.c

// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 12 Oct 2005 // PR 21117:ICE after error // Origin: Andrew Pinski
www.eeworm.com/read/162614/5518815

c copy2.c

// { dg-do run } // Test that A's copy assignment method is called when B's instance // member array of A is assigned. // Contributed by Brian Gaeke, public domain. int status = 1; class A { public
www.eeworm.com/read/162614/5518834

h c++_cmd_1.h

/* Copyright (C) 2003 Free Software Foundation, Inc. */ /* Contributed by Devang Patel */ /* Header file for c++_cmd_1.C */
www.eeworm.com/read/162614/5518905

c crash1.c

// { dg-do compile } // Copyright (C) 2002 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 29 Sep 2002 // PR 7788. ICE class foo; extern const foo bar; cla
www.eeworm.com/read/162614/5518921

c conv1.c

// { dg-do compile } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 29 Dec 2001 // PR 4361. Template conversion operators were not ov