代码搜索:dependent
找到约 10,000 项符合「dependent」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4580119
c dependent-expr4.c
// { dg-do compile }
// Origin: jbrandmeyer at users dot sourceforge dot net
// PR c++/12573: COMPONENT_REFs must be inspected for dependness.
template struct S;
template s
www.eeworm.com/read/240162/4580154
c dependent-expr1.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 30 Jun 2003
// PR c++ 9779. ICE
struct I
{
};
void Foo (int);
www.eeworm.com/read/240162/4580212
c non-dependent2.c
//PR c++/11070
// Used to ICE
// Origin: bangerth@dealii.org and rwgk@yahoo.com
template struct X {
template
static int* execute(int* x) { return x; }
};
template
www.eeworm.com/read/233448/4671503
c non-dependent1.c
// PR c++/8921
// Origin: Chin-Lung Chang
// { dg-do compile }
struct A
{
template void foo();
};
template void bar(A& a)
{
a.foo();
}
www.eeworm.com/read/233448/4671519
c non-dependent3.c
// PR c++/14586
enum E { e };
E & operator |= (E &f1, const E &f2);
E operator | (const E &f1, const E &f2) {
E result = f1;
result |= f2;
return result;
}
template void
www.eeworm.com/read/233448/4671659
c non-dependent2.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 16 Jul 2003
// A non-dependent field_decl can bind at parse time.
www.eeworm.com/read/233448/4672506
c dependent-expr2.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 2 Aug 2003
// PR 11704. ICE
struct A
{
int foo()
{
ret
www.eeworm.com/read/233448/4672555
c dependent-name1.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// PR c++/10347: Dependent type checking of array new expression
void bar (int *);
template void foo() {
b
www.eeworm.com/read/233448/4672566
c non-dependent12.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 8 Mar 2005
// PR 20186: ICE
// Origin: Jan Dvorak
template
www.eeworm.com/read/233448/4672571
c non-dependent10.c
// { dg-do compile }
// Origin: Giovanni Bajo
// Two-phase name lookup for address of member:
// Detecting overloading function error during parsing
struct S
{
int f(char