代码搜索:declared

找到约 3,220 项符合「declared」的源代码

代码结果 3,220
www.eeworm.com/read/340665/3276373

c cleanup2.c

// PRMS Id: 6303 // Bug: compiler crashes processing the cleanup for arrayOfClass. // Build don't link: class Class { public: ~Class(); // This dtor MUST be declared to generate the error... }; C
www.eeworm.com/read/340665/3279856

c 20010701-1.c

/* Test that postfix attributes only apply to a single declared object. (decl_attributes used to chain them onto the end of the prefix attributes, which caused them to apply to other declaration
www.eeworm.com/read/340605/3284568

h mc_state_i.h

/** * @file mmc_state_i.h * * Internal definitions for MMC state machine, * i.e. the states and the functions corresponding to the states. * * The messages are declared in mc_message.h,
www.eeworm.com/read/305277/3778953

check bug715.check

bug715.scala:12: error: method chilren in trait NodeImpl is accessed from super. It may not be abstract unless it is overridden by a member declared `abstract' and `override' override def children
www.eeworm.com/read/298657/3862148

c s_isinf.c

/* * isinf(x) returns 1 if x is infinity, else 0; * no branching! * * isinf is a macro in the C99 standard. It was previously * implemented as a function by newlib and is declared as su
www.eeworm.com/read/289536/3990854

java logger.java

package net.excel.report; /** * Abstract wrapper class for the logging interface of choice. The methods * declared here are the same as those for the log4j */ public abstract class Logger {
www.eeworm.com/read/279968/4131705

c s_isinf.c

/* * isinf(x) returns 1 if x is infinity, else 0; * no branching! * * isinf is a macro in the C99 standard. It was previously * implemented as a function by newlib and is declared as su
www.eeworm.com/read/273525/4209727

class text.class

/* text a subview class to hold text */ *! version 1.0.0 30jul2002 version 8 class { text = "" style = .textstyle.new /* x -- optionally declared dynamically by new or set */
www.eeworm.com/read/448227/1691107

wrn buildchk_wnet_x86.wrn

warnings in directory c:\winddk\6000\sdio_client c:\winddk\6000\sdio_client\sdiousb.cpp(197) : warning C4996: 'ExAllocatePool' was declared deprecated
www.eeworm.com/read/440906/1776373

c explicit73.c

// Build don't link: // by Alexandre Oliva // According to [temp.expl.spec]/2, a template explicit specialization // must be declared in the namespace that contains the declar