代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/470720/1447640
c 900220_01.c
// g++ 1.36.1 bug 900220_01
// Ref: 12.8
// Section 12.8 says:
// "That is, X::operator=() will be generated only if no assignment
// operation is explicitly declared and an object of class X is ac
www.eeworm.com/read/470720/1447816
c scoping14.c
// [class.scope0]: The scope of a name declared in a class consists
// ... also of all ... default arguments ... in that class ....
// Build don't link:
struct A {
void f (int A::* = &A::i);
int
www.eeworm.com/read/470693/1459586
c 900220_01.c
// g++ 1.36.1 bug 900220_01
// Ref: 12.8
// Section 12.8 says:
// "That is, X::operator=() will be generated only if no assignment
// operation is explicitly declared and an object of class X is ac
www.eeworm.com/read/470693/1459762
c scoping14.c
// [class.scope0]: The scope of a name declared in a class consists
// ... also of all ... default arguments ... in that class ....
// Build don't link:
struct A {
void f (int A::* = &A::i);
int
www.eeworm.com/read/243083/4532882
properties messages_de.properties
SpellCheckManager.Default_Spell_Checker=Standardrechtschreibepr黤ung
SpellCheckManager.Could_not_create_tokenizer=Tokenizer konnte nicht erzeugt werden
SpellCheckManager.No_dictionary_file_declared=K
www.eeworm.com/read/240162/4582243
c err-msg11.c
// { dg-do assemble }
// GROUPS passed error-messages
void foo (mutable int x);// { dg-error "" } non-member `x' cannot be declared `mutable'.*
www.eeworm.com/read/240162/4582999
c scoping14.c
// { dg-do assemble }
// [class.scope0]: The scope of a name declared in a class consists
// ... also of all ... default arguments ... in that class ....
struct A {
void f (int A::* = &A::i);
i
www.eeworm.com/read/240162/4583107
c cleanup2.c
// { dg-do assemble }
// PRMS Id: 6303
// Bug: compiler crashes processing the cleanup for arrayOfClass.
class Class {
public:
~Class(); // This dtor MUST be declared to generate the error...
};
www.eeworm.com/read/233448/4675059
c err-msg11.c
// { dg-do assemble }
// GROUPS passed error-messages
void foo (mutable int x);// { dg-error "" } non-member `x' cannot be declared `mutable'.*
www.eeworm.com/read/233448/4675818
c scoping14.c
// { dg-do assemble }
// [class.scope0]: The scope of a name declared in a class consists
// ... also of all ... default arguments ... in that class ....
struct A {
void f (int A::* = &A::i);
i