代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/411046/2192669
report-diffs
#!/usr/bin/perl
$start = "2002-02-15";
$end = "2002-04-15";
open(F, "cvs log -N -d '$start
www.eeworm.com/read/398634/2372112
pl generate-text-files.pl
#!/usr/bin/perl -w -*- perl -*-
# Generate text files from top directory from the manual.
$from = shift(@ARGV);
$fnode = shift(@ARGV);
$tnode = shift(@ARGV);
open(IN, "$from") || die "Cannot open $f
www.eeworm.com/read/383154/2619760
properties jms-messages.properties
1=Jms Session cannot be null when transforming to a Jms payload
2=Jms connector does not support synchronous receive in transacted mode
3=Failed to get Jms session
4=Jms session should be transacted
5
www.eeworm.com/read/366702/2868861
c typeid-template-argument.c
// This used to ICE (PR28420)
// { dg-do compile }
template struct A;
int i = sizeof(A); // { dg-error "operator cannot appear in a constant-expression|template argument 1 is invalid"
www.eeworm.com/read/366702/2871589
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/366702/2872262
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/366702/2877393
f namelist_blockdata.f
! { dg-do compile }
! Tests fix for PR21565 - object cannot be in namelist and block data.
block data
common /foo/ a
namelist /foo_n/ a ! { dg-error "not allowed in BLOCK DATA" }
www.eeworm.com/read/366702/2878359
c pr15262-2.c
/* PR 15262. Similar to pr15262-1.c but with no obvious addresses
being taken in function foo(). Without IPA, by only looking inside
foo() we cannot tell for certain whether 'q' and 'b' alias
www.eeworm.com/read/366702/2880280
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/366702/2882013
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);