代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/393716/2468065
proto chk.proto
#!/bin/sh -
#
# $Id: chk.proto,v 1.8 2002/03/27 04:32:59 bostic Exp $
#
# Check to make sure that prototypes are actually needed.
d=../..
[ -f $d/LICENSE ] || {
echo 'FAIL: cannot find source distr
www.eeworm.com/read/393713/2469399
proto chk.proto
#!/bin/sh -
#
# $Id: chk.proto,v 1.8 2002/03/27 04:32:59 bostic Exp $
#
# Check to make sure that prototypes are actually needed.
d=../..
[ -f $d/LICENSE ] || {
echo 'FAIL: cannot find source distr
www.eeworm.com/read/393710/2470728
proto chk.proto
#!/bin/sh -
#
# $Id: chk.proto,v 1.8 2002/03/27 04:32:59 bostic Exp $
#
# Check to make sure that prototypes are actually needed.
d=../..
[ -f $d/LICENSE ] || {
echo 'FAIL: cannot find source distr
www.eeworm.com/read/386059/2574718
properties messages_de.properties
LOG_CREATE_PLUGIN_1 =Erzeuge neue Plugin-Klasse "{0}".
LOG_CANNOT_CREATE_PLUGIN_1 =Kann Plugin-Klasse "{0}" nicht initialisieren. Klasse muss das Interface I_CmsContentCheck implmentieren
www.eeworm.com/read/384760/2597777
proto chk.proto
#!/bin/sh -
#
# $Id: chk.proto,v 12.0 2004/11/17 03:44:44 bostic Exp $
#
# Check to make sure that prototypes are actually needed.
d=../..
[ -f $d/LICENSE ] || {
echo 'FAIL: cannot find source dist
www.eeworm.com/read/366702/2866754
c variadic82.c
// PR c++/33461
// { dg-options "-std=gnu++0x" }
template struct A;
template struct A // { dg-error "cannot expand" }
{
struct B;
};
A a; // { dg-error "inc
www.eeworm.com/read/366702/2866762
c variadic83.c
// PR c++/31441
// { dg-options "-std=gnu++0x" }
template struct A;
template struct A { }; // { dg-error "cannot expand" }
A a; // { dg-error "incomplete type" }
www.eeworm.com/read/366702/2868065
c error27.c
// PR c++/35332
// { dg-do compile }
void foo (double x, double y)
{
__builtin_isgreater(x, y)(); // { dg-error "__builtin_\[^\n\]*cannot be used as a function" }
__builtin_isless(x, y)(); // {
www.eeworm.com/read/366702/2869154
c catch8p.c
// { dg-do run }
// { dg-options "-w" }
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 6 Jun 1999
// We cannot catch an ambiguous base c