代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/240162/4581149
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/240162/4582307
c err-msg12.c
// { dg-do assemble }
// GROUPS passed error-messages
class foo {
public:
friend mutable int x ();// { dg-error "" } non-object member `x' cannot be declared `mutable'
};
www.eeworm.com/read/239754/4594377
properties localstrings.properties
empty.noNameAttribute=No name attribute was specified
forward.forward=Exception forwarding for name {0}: {1}
forward.lookup=Cannot find global ActionForward for name {0}
forward.redirect=Exception
www.eeworm.com/read/239312/4602416
trapping
#!/bin/bash
# Scriptname: trapping
# Script to illustrate the trap command and signals
# Can use the signal numbers or bash abbreviations seen
# below. Cannot use SIGINT, SIGQUIT, etc.
trap 'echo "Co
www.eeworm.com/read/239312/4602590
trapping
#!/bin/ksh
# Scriptname: trapping
# Script to illustrate the trap command and signals
# Can use the signal numbers or ksh abbreviations seen
# below. Cannot use SIGINT, SIGQUIT, etc.
trap 'print "Cont
www.eeworm.com/read/238372/4615474
sh test_groupmap.sh
#!/bin/sh
# test groupmap code tridge@samba.org September 2006
# note that this needs root access to add unix groups,
# so this cannot be run on the build farm
testone() {
echo $*
$VALGRIND b
www.eeworm.com/read/233448/4673594
c dyncast4.c
// { dg-do run }
// Author: Alfred Miniarik
// Even in a derived class, a private base cannot be dynamically downcasted
// from.
extern "C" void abort();
struct A {
www.eeworm.com/read/233448/4673969
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/233448/4675123
c err-msg12.c
// { dg-do assemble }
// GROUPS passed error-messages
class foo {
public:
friend mutable int x ();// { dg-error "" } non-object member `x' cannot be declared `mutable'
};
www.eeworm.com/read/233448/4676497
m missing-proto-1.m
/* Test for graceful handling of missing protocol declarations. */
/* Author: Ziemowit Laski . */
/* { dg-do compile } */
@interface Foo /* { dg-error "cannot find proto