代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/366702/2876375
f90 namelist_1.f90
! { dg-do compile }
! Check that private entities in public namelists are rejected
module namelist_1
public
integer,private :: x
namelist /n/ x ! { dg-error "cannot be member of PUBLIC namelist"
www.eeworm.com/read/366702/2876573
f90 namelist_3.f90
! { dg-do compile }
! Check that a pointer cannot be a member of a namelist
program namelist_3
integer,pointer :: x
allocate (x)
namelist /n/ x ! { dg-error "NAMELIST attribute conflicts with PO
www.eeworm.com/read/366702/2877285
f90 a.23.5.f90
! { dg-do compile }
SUBROUTINE A23_5_WRONG()
COMMON /C/ X,Y
! Incorrect: common block C cannot be declared both
! shared and private
!$OMP PARALLEL PRIVATE (/C/), SHARED(/C/)
www.eeworm.com/read/366702/2879890
c 20010114-1.c
/* Origin: PR c/166 from Joerg Czeranski . */
/* In the declaration of proc, x cannot be parsed as a typedef name,
so it must be parsed as a parameter name. */
typedef int x;
void
www.eeworm.com/read/366702/2884281
c paste1.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test operator ## semantics. */
#define bad1 ## owt /* { dg-error "cannot" "## at objlike start" } */
#define
www.eeworm.com/read/360437/2961428
pubdef chk.pubdef
#!/bin/sh -
#
# Reconcile the list of public defines with the man pages and the Java files.
d=../..
[ -f $d/LICENSE ] || {
echo 'FAIL: cannot find source distribution directory.'
exit 1
}
p=$d/di
www.eeworm.com/read/358128/3002839
phpt test_valid.phpt
--TEST--
PEAR_PackageFileManager_File->dirList, valid listing
--SKIPIF--
www.eeworm.com/read/358128/3006137
header en@boldquot.header
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x
www.eeworm.com/read/358128/3006143
header en@quot.header
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x
www.eeworm.com/read/353157/3089674
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity CYCLONE_PRIM_DFFE is
// This module cannot be connected to from
// VHDL because it has unnamed ports.
end CYCLONE_PRIM_DFFE;