代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/305277/3778849
check bug845.check
bug845.scala:4: error: only classes can have declared but undefined members
type Bar;
^
one error found
www.eeworm.com/read/402296/2326062
java queuesampler.java
/**
* QueueSampler.java - MXBean implementation for the QueueSampler MXBean.
* This class must implement all the Java methods declared in the
* QueueSamplerMXBean interface, with the appropriate be
www.eeworm.com/read/402296/2326113
java queuesampler.java
/**
* QueueSampler.java - MXBean implementation for the QueueSampler MXBean.
* This class must implement all the Java methods declared in the
* QueueSamplerMXBean interface, with the appropriate be
www.eeworm.com/read/387975/2553635
rc2 root.rc2
/////////////////////////////////////////////////////////////////////////////
//
// Menubars for standard dialogs declared in atlresce.h
//
ATL_IDM_MENU_DONE SHMENUBAR
BEGIN
ATL_IDM_MENU_
www.eeworm.com/read/381758/2641110
java checkeddatainput.java
/*
* This class is an example only. A "final" version of
* this class should implement the DataInput interface
* and provide implementations for the methods declared in
* DataInput.
*/
import
www.eeworm.com/read/381758/2641113
java checkeddataoutput.java
/*
* This class is an example only. A "final" version of
* this class should implement the DataOutput interface
* and provide implementations for the methods declared in
* DataOutput.
*/
import
www.eeworm.com/read/366702/2866161
c stmtexpr4.c
// PR c++/20147
// { dg-do compile }
// { dg-options "" }
void foo()
{
({x;}); // { dg-error "was not declared" }
}
www.eeworm.com/read/366702/2867173
c switch1.c
int f(int c)
{
switch (c)
{
case d: /* { dg-error "'d' was not declared" } */
int optBzip2 = true;
}
}
www.eeworm.com/read/366702/2882528
c c99-static-1.c
/* It is a constraint violation for a static function to be declared
but not defined if it is used except in a sizeof expression whose
result is an integer constant. The use of the function sim
www.eeworm.com/read/366702/2884684
c c90-static-1.c
/* It is a constraint violation for a static function to be declared
but not defined if it is used except in a sizeof expression. The
use of the function simply being unevaluated is not enough.