代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/440906/1775138
c catch7.c
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Aug 1999
// We cannot catch an ambiguous base class.
// -- public,
www.eeworm.com/read/440906/1775141
c catch4p.c
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Aug 1999
// We cannot catch an ambiguous base class. Check with a virtual
// polymorph
www.eeworm.com/read/440906/1775154
c catch6p.c
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Aug 1999
// We cannot catch an ambiguous base class.
// -- public,
www.eeworm.com/read/440906/1775157
c catch9.c
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Aug 1999
// We cannot catch an ambiguous base class.
// -- public,
www.eeworm.com/read/440906/1775166
c catch8p.c
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 6 Jun 1999
// We cannot catch an ambiguous base class.
// -- public,
www.eeworm.com/read/440906/1775169
c catch9p.c
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Aug 1999
// We cannot catch an ambiguous base class.
// -- public,
www.eeworm.com/read/440906/1775174
c catch8.c
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 6 Jun 1999
// We cannot catch an ambiguous base class.
// -- public,
www.eeworm.com/read/440906/1775187
c catch7p.c
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Aug 1999
// We cannot catch an ambiguous base class.
// -- public,
www.eeworm.com/read/440906/1777140
c crash22.c
// Build don't link:
// GROUPS passed old-abort
struct A {
void a1();
void a2();
};
struct B {
void A::a1(); // this used to die in chainon(), now grokdeclarator should// ERROR - cannot
www.eeworm.com/read/440906/1777617
c enum1.c
// Build don't link:
// Warn if a enum cannot fit into a small bit-field.
enum TypeKind { ATK, BTK, CTK, DTK } ;
struct Type {
enum TypeKind kind : 1; // WARNING -
void setBTK();
};
void Type