代码搜索:Contributed
找到约 10,000 项符合「Contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5519166
c qualttp9.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
template class C {
};
template
www.eeworm.com/read/162614/5519171
c elab1.c
// Copyright (C) 2003 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
// Elaborate type specifier of class template
template
www.eeworm.com/read/162614/5519183
c arg1.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 21 Mar 2003
// PR 9978. We rejected a constant expression.
enu
www.eeworm.com/read/162614/5519186
c qualttp2.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
struct A
{
template class B {};
};
template
www.eeworm.com/read/162614/5519188
c operator5.c
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 7 Dec 2004
// PR 18803: reject legal
// Origin: Wolfgang Bangerth
www.eeworm.com/read/162614/5519192
c inherit2.c
// PR c++/5658
// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Theodore.Papadopoulo 11 Feb 2002
struct A {
typedef int iterator;
};
www.eeworm.com/read/162614/5519193
c unify5.c
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 1 Apr 2004
// Origin:Matt Austern
// PR:c++/14007
template
www.eeworm.com/read/162614/5519201
c unify7.c
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 1 Apr 2004
// PR c++/3518
template void Foo (const T &);
template
www.eeworm.com/read/162614/5519224
c access9.c
// Copyright (C) 2003 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
// Template instantiate during deferred access check
templ
www.eeworm.com/read/162614/5519236
c qualttp1.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
struct A
{
template class B {};
};
template