代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/470693/1457054
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/470693/1459007
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/470693/1459484
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
www.eeworm.com/read/463777/1535373
ctrl barnl.ctrl
barnl.oofem.out
1D test
#
# note this example cannot be processed by run_problem
# because imperfection must be made in input file
#
nonlinearstatic nsteps 15 contextOutputStep 1 rtolv 0.0001 MaxIter
www.eeworm.com/read/453518/1640816
pl ff.pl
use strict;
$::WRITE = 1 if (defined($ARGV[0]) and $ARGV[0] eq '--write');
$::WARN = 0;
sub get_test_data
{
my $fn = shift;
local($/);
undef $/;
open(GIF, $fn) or die "Cannot open
www.eeworm.com/read/453029/1646000
err tmperr.err
WARNING:Cpld:310 - Cannot apply TIMESPEC TS1001 =
PERIOD:PERIOD_cnt_scan.Q:0.000 nS because of one of the following: (a) a
signal name was not found; (b) a signal was removed or renamed du
www.eeworm.com/read/240162/4582722
c enum1.c
// { dg-do assemble }
// Warn if a enum cannot fit into a small bit-field.
enum TypeKind { ATK, BTK, CTK, DTK } ;
struct Type {
enum TypeKind kind : 1; // { dg-warning "" }
void setBTK();
};
www.eeworm.com/read/240162/4583394
c eb26.c
// { dg-do run }
//
// egcs-2.90.06
// cannot declare friend of enclosing class using its scope, works fine
// without scope or for definition of foo::bar::f
//
class foo
{
public:
static int f();
www.eeworm.com/read/240162/4589547
c labels-3.c
/* This test does not compile on mips-irix6 using the native assembler,
though it does work with gas. See PR6200. Since we cannot (???)
distinguish which assembler is being used, always pass -
www.eeworm.com/read/240162/4589785
c scalar-by-value-4_main.c
/* Test passing scalars by value. This test includes _Complex types
whose real and imaginary parts cannot be used in variable-length
argument lists. */
extern void scalar_by_value_4_x (void);