代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/179906/5301158
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/169681/5416164
gnu defs.gnu
# defs.gnu - definitions for GNU toolchain builds
#
# modification history
# --------------------
# 02f,06may02,sn SPR 76627 - Use CC to link by default
# 02e,03may02,tpw LD_SCRIPT_DOWNLOAD cannot
www.eeworm.com/read/168763/5436775
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/167562/5457820
mak prj0041.mak
# Prevent "Cannot find missing dependency..." warnings while compiling
# pngw32.rc (PRJ0041).
all: $(IntDir)\alloc.h \
$(IntDir)\fp.h \
$(IntDir)\m68881.h \
$(IntDir)\mem.h \
$(IntDir)\pngusr
www.eeworm.com/read/340665/3273665
c dcast1.c
// Build don't link:
class C {
public:
virtual void f();
};
extern volatile C* cp;
extern volatile C& cr;
void f ()
{
dynamic_cast(cp); // ERROR - cannot dynamic_cast
dynamic_cast(
www.eeworm.com/read/339446/3307095
mak prj0041.mak
# Prevent "Cannot find missing dependency..." warnings while compiling
# pngw32.rc (PRJ0041).
all: $(IntDir)\alloc.h \
$(IntDir)\fp.h \
$(IntDir)\m68881.h \
$(IntDir)\mem.h \
$(IntDir)\pngusr
www.eeworm.com/read/316872/3598596
h fib_rules.h
#ifndef __LINUX_FIB_RULES_H
#define __LINUX_FIB_RULES_H
#include
#include
/* rule is permanent, and cannot be deleted */
#define FIB_RULE_PERMANENT 0x00000001
#de
www.eeworm.com/read/316872/3601308
h irq.h
/*
* include/asm-arm/arch-pnx4008/irq.h
*
* PNX4008 IRQ controller driver - header file
* this one is used in entry-arnv.S as well so it cannot contain C code
*
* Copyright (c) 2005 Philips Semi
www.eeworm.com/read/316872/3601726
h unwind.h
#ifndef _UNWIND_H_
#define _UNWIND_H_
#include
/* From ABI specifications */
struct unwind_table_entry {
unsigned int region_start;
unsigned int region_end;
unsigned int Cannot_unw
www.eeworm.com/read/309984/3700774
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