代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5519367
c memfriend2.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// Member function template of class template as friend
t
www.eeworm.com/read/162614/5519373
c conv3.c
// { dg-do run }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Dec 2001
// PR 4361. Template conversion operators were not overlo
www.eeworm.com/read/162614/5519392
c conv2.c
// { dg-do run }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Dec 2001
// PR 4361. Template conversion operators were not overlo
www.eeworm.com/read/162614/5519397
c typename9.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 14 Dec 2004
// PR 18981. ICE
// Origin: Andreas Schwab
www.eeworm.com/read/162614/5519405
c qualttp21.c
// Copyright (C) 2002 Free Software Foundation
// Contributed by Roger Sayle
// { dg-do compile }
template
class foo {
int _foo;
public:
foo() {}
protected:
~f
www.eeworm.com/read/162614/5519416
c qualttp7.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
template class C {
};
template
www.eeworm.com/read/162614/5519417
c qualttp12.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do link }
struct A
{
template class B {};
};
template
www.eeworm.com/read/162614/5519419
c using5.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 31 Jul 2003
// PR 9447. further test cases for dependent using de
www.eeworm.com/read/162614/5519430
c crash1.c
// { dg-do compile }
// Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Dec 2001
// PR 5125. ICE
class S
{
public:
te
www.eeworm.com/read/162614/5519498
c crash6.c
// { dg-do assemble }
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 April 2001
// Origin: schmid@snake.iap.physik.tu-darmstadt