代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/384760/2597824
offt chk.offt
#!/bin/sh -
#
# $Id: chk.offt,v 12.2 2006/07/12 21:13:48 bostic Exp $
#
# Make sure that no off_t's have snuck into the release.
d=../..
[ -f $d/LICENSE ] || {
echo 'FAIL: cannot find source distri
www.eeworm.com/read/368758/2808206
h posix_types.h
#ifndef _M68K_POSIX_TYPES_H
#define _M68K_POSIX_TYPES_H
/*
* This file is generally used by user-level software, so you need to
* be a little careful about namespace pollution etc. Also, we cannot
www.eeworm.com/read/366702/2876345
f03 bind_c_usage_7.f03
! { dg-do compile }
module x
use iso_c_binding
implicit none
contains
function bar() bind(c) ! { dg-error "cannot be an array" }
integer(c_int) :: bar(5)
end function bar
function my_st
www.eeworm.com/read/360437/2961464
offt chk.offt
#!/bin/sh -
#
# $Id: chk.offt,v 1.9 2001/10/26 13:40:15 bostic Exp $
#
# Make sure that no off_t's have snuck into the release.
d=../..
[ -f $d/LICENSE ] || {
echo 'FAIL: cannot find source distrib
www.eeworm.com/read/268146/4255362
h posix_types.h
#ifndef _M68K_POSIX_TYPES_H
#define _M68K_POSIX_TYPES_H
/*
* This file is generally used by user-level software, so you need to
* be a little careful about namespace pollution etc. Also, we cannot
www.eeworm.com/read/253341/4395198
h posix_types.h
#ifndef _M68K_POSIX_TYPES_H
#define _M68K_POSIX_TYPES_H
/*
* This file is generally used by user-level software, so you need to
* be a little careful about namespace pollution etc. Also, we cannot
www.eeworm.com/read/252364/4409210
java bigegg.java
//: c08:BigEgg.java
// An inner class cannot be overriden like a method.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
impo
www.eeworm.com/read/230048/6789251
java bigegg.java
//: c08:BigEgg.java
// An inner class cannot be overriden like a method.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
impo
www.eeworm.com/read/475549/6791091
err 2410 core.err
AutoECO Error Report
FILE-A: E:\ORCAD\CAPTURE\LIBRARY\2410\2410 CORE.MAX
FILE-B: E:\ORCAD\CAPTURE\LIBRARY\2410\2410 CORE.MNL
Cannot load a metric netlist on top of an english board or template.
Pl
www.eeworm.com/read/292797/8332246
test extra4.test
#! /bin/sh
# Check to make sure EXTRA_DATA cannot be specified.
. $srcdir/defs || exit 1
echo 'AC_SUBST(CODICIL)' >> configure.in
cat > Makefile.am