代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/164379/5489941
c 实例6-12.c
#include
#include
#include
#include
int main()
{
if (lseek(STDIN_FILENO,0,SEEK_CUR) == -1)
printf("cannot seek\n");
else
printf("seek ok\n
www.eeworm.com/read/162614/5517530
c packed3.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 15 Jul 2003
// Packed fields are unsuitable for direct reference
www.eeworm.com/read/162614/5518805
c ptrmem2.c
// { dg-do compile }
// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 31 Dec 2001
// PR 4379. We created pointers to member refer
www.eeworm.com/read/162614/5519690
c delete4.c
// { dg-do assemble }
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 15 Apr 1999
// delete (void *)e and delete[] (void *)e result in undefin
www.eeworm.com/read/162614/5519930
c delete5.c
// { dg-do assemble }
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 15 Apr 1999
typedef __SIZE_TYPE__ size_t;
struct X
{
int i;
X():i
www.eeworm.com/read/162614/5520157
c conv1.c
// { dg-do assemble }
template
struct S1 {};
struct S2
{
template
operator S1*();
};
struct D: public S1 {
};
void f()
{
S2 s;
(D*) s; // { dg-error "" } canno
www.eeworm.com/read/162614/5520414
c niklas01a.c
// { dg-do assemble }
struct A { // { dg-error "" } forward declaration
friend struct B : A { // { dg-error "" }
int x;
}; // { dg-error "" } class definition cannot be a friend
int y;
}
www.eeworm.com/read/162614/5520793
c vaarg3.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation
// Contributed by Nathan Sidwell 22 June 2000
#include
struct A {
virtual ~A () {};
};
t
www.eeworm.com/read/162614/5521442
c err-msg10.c
// { dg-do assemble }
// GROUPS passed error-messages
class foo {
public:
virtual static int f () = 0;// { dg-error "" } member `f' cannot be declared both virtual and static.*
};
www.eeworm.com/read/162614/5521510
c crash22.c
// { dg-do assemble }
// GROUPS passed old-abort
struct A {
void a1();
void a2();
};
struct B {
void A::a1(); // this used to die in chainon(), now grokdeclarator should// { dg-error ""