代码搜索:Contributed
找到约 10,000 项符合「Contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5517480
c hidden-class2.c
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
class A {
friend class B;
};
class B* b;
www.eeworm.com/read/162614/5517481
c hidden-temp-class10.c
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
namespace N {
class A {
template friend cla
www.eeworm.com/read/162614/5517484
c scoped3.c
// { dg-do compile }
// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Dec 2002
// PR 7964. ICE with scoped method call
struct A {
www.eeworm.com/read/162614/5517486
c template2.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Mar 2003
// PR 10199. Lookup problems
class X {
public:
tem
www.eeworm.com/read/162614/5517495
c hidden-temp-class7.c
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
class A {
template friend class B;
};
class C
www.eeworm.com/read/162614/5517496
c hidden-class4.c
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
class A {
friend class B;
};
class B *b;
B *c;
www.eeworm.com/read/162614/5517506
c hidden-temp-class11.c
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
namespace N {
class A {
template friend cla
www.eeworm.com/read/162614/5517507
c conv-5.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 17 Dec 2004
// PR 18721. bogus error
// Origin: Mikael Kilpel?in
www.eeworm.com/read/162614/5517518
c crash1.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 25 Aug 2003
// Origin pr 11871 Dirk Mueller
//
www.eeworm.com/read/162614/5517539
c asmspecinvalid.c
// tests that the asm directive is correctly handled for static fields
// in structures and classes. This only applies to C++; such
// directives generate errors in C. Assembler directives for local