代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5517420
c hidden-class7.c
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
class A {
friend class B;
};
class C {
friend class B;
www.eeworm.com/read/162614/5517425
c hidden-temp-class2.c
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
class A {
template friend class B;
};
class B*
www.eeworm.com/read/162614/5517437
c scoped2.c
// { dg-do compile }
// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 16 Sep 2002
// Seg faulted.
struct Base
{
};
struct Derived :
www.eeworm.com/read/162614/5517440
c ambig1.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Aug 2004
// Origin: Wolfgang Bangerth
/
www.eeworm.com/read/162614/5517448
c conv-1.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 21 Jul 2004
// Failed to spot ambiguous conversion
struct A1
{
www.eeworm.com/read/162614/5517465
c ambig3.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 23 Sep 2004
// Origin: Wolfgang Bangerth
/
www.eeworm.com/read/162614/5517472
c nested1.c
// Build don't link:
//
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Raymond .
//
// PR c++/47 The parser failed to resolve 'B' in the return t
www.eeworm.com/read/162614/5517473
c hidden-temp-class1.c
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
class A {
template friend class B;
B *b;
www.eeworm.com/read/162614/5517475
c ambig2.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Aug 2004
// Origin: Wolfgang Bangerth
/
www.eeworm.com/read/162614/5517477
c conv-3.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 21 Jul 2004
// { dg-final { scan-assembler "_ZNK2A1IiEcviEv" } }