代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/177697/5322282
c getopt1.c
/*
NOTE:
I cannot get the vanilla getopt code to work (i.e. compile only what
is needed and not duplicate symbols found in the standard library)
on all the platforms that FLAC supports. In partic
www.eeworm.com/read/175694/5343088
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity prim_dffe is
// This module cannot be connected to from
// VHDL because it has unnamed ports.
end prim_dffe;
www.eeworm.com/read/173141/5378826
sql refactions2.sql
--Unsupported cases for referential actions , some of these are not supported currently in db2 udb also.
--SQL0632N
--FOREIGN KEY "" is not valid because the table cannot be defined as a depende
www.eeworm.com/read/167133/5468204
java clonenotsupportedexception.java
/* CloneNotSupportedException.java -- thrown when an object cannot be cloned
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath
www.eeworm.com/read/164348/5495518
cpp get_disk_free.cpp
#if 0
#include
/*
* Copy of required types from the WinCE header files.
* Note: We CANNOT include any windows headers here because
* we will pull in the actual declaratio
www.eeworm.com/read/163871/5507757
inf test.inf
;; Test.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get your dev
www.eeworm.com/read/162614/5518337
c nrv11.c
// PR middle-end/25977
// Bug: We were assuming that the return slot of the current function is
// always safe to use as the return slot for another call, because its
// address cannot escape. But it
www.eeworm.com/read/162614/5519946
c eh4.c
// { dg-do assemble }
// Origin: Jean-Marc Bourguet
class foo {
public:
foo() {};
void throwMe () {
throw *this; // { dg-error "" } cannot be used in th
www.eeworm.com/read/162614/5522961
m missing-proto-2.m
/* Test for graceful handling of missing protocol declarations. */
/* Author: Ziemowit Laski . */
/* { dg-do compile } */
void *protRef = @protocol(Missing); /* { dg-error "cannot