代码搜索:declared

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

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

c err-msg11.c

// Build don't link: // GROUPS passed error-messages void foo (mutable int x);// ERROR - non-member `x' cannot be declared `mutable'.*
www.eeworm.com/read/312989/3647020

txt op35f02313015e.txt

Implementing an operation declared in the Observer class. This is empty here, but can be expected to be overriden by children who really want to do some behavior based on changes to a Subject.
www.eeworm.com/read/279177/4138856

java illegaltreeexception.java

package salvo.jesus.graph; /** * Thrown whenever a Tree becomes malformed as a result * of calling a method that is declared on its superinterface * but is not supported. * * @author J
www.eeworm.com/read/275718/4172483

err power.err

"power.c", line 125: Warning: variable 'i' declared but not used power.c: 1 warning (+ 1 suppressed), 0 errors, 0 serious errors
www.eeworm.com/read/440906/1777135

c err-msg11.c

// Build don't link: // GROUPS passed error-messages void foo (mutable int x);// ERROR - non-member `x' cannot be declared `mutable'.*
www.eeworm.com/read/432926/1886076

pde variablescope.pde

/** * Variable Scope. * * Variables may either have a global or local "scope". * For example, variables declared within either the * setup() or loop() functions may be only used in these * fu
www.eeworm.com/read/366702/2865455

c wextra-1.c

// { dg-options "-Wextra" } struct T { // If the implicitly-declared default constructor for "T" is // required, an error will be issued because "i" cannot be // initialized. And, this class i
www.eeworm.com/read/366702/2870608

c type1.c

// { dg-do assemble } // Test that using an elaborated-type-specifier in a namespace to refer // to a class outside the namespace does not cause its name to be considered // declared in the namespace
www.eeworm.com/read/366702/2872362

mm proto-lossage-5.mm

/* Do not lose references to forward-declared protocols. */ /* { dg-do compile } */ @class MyBaseClass; @class MyClassThatFails; @protocol _MyProtocol; @interface MyClassThatFails - (MyBaseClass
www.eeworm.com/read/366702/2872893

m proto-lossage-5.m

/* Do not lose references to forward-declared protocols. */ /* { dg-do compile } */ @class MyBaseClass; @class MyClassThatFails; @protocol _MyProtocol; @interface MyClassThatFails - (MyBaseClass