代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/162614/5522022

c 900127_02.c

// { dg-do assemble } // g++ 1.36.1 bug 900127_02 // g++ (mostly) keeps separate name spaces for the declarations of data // objects and functions. // This means that a single name may be declared
www.eeworm.com/read/162614/5522072

c 891229_02.c

// { dg-do assemble } // g++ 1.36.1 bug 891229_02 // g++ limits the scope of names which are declared as typedef names within // another type to that other type. // This conflicts with the (global)
www.eeworm.com/read/162614/5529039

c c99-tag-2.c

/* Test for handling of tags. A struct defined in an inner scope does not match one declared in an outer scope. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { d
www.eeworm.com/read/340665/3274985

c ns11.c

// Build don't link // Check [namespace.memdef]/2 namespace A{ void f(int); void f(int,int); int i; // ERROR - .* } void A::f(){} // ERROR - should have been declared befo
www.eeworm.com/read/340665/3276091

c 900214_01.c

// g++ 1.36.1 bug 900214_01 // g++ allows function members of incomplete types to be declared to be // friends of other types. // Cfront 2.0 passes this test. // keywords: friends, incomplete types
www.eeworm.com/read/340665/3276096

c 900210_10.c

// g++ 1.36.1 bug 900210_10 // g++ allows operator[] to be declared as a static member function. // This is illegal. // Cfront 2.0 passes this test. // keywords: operator[], static function members
www.eeworm.com/read/309003/3708603

m vdlinit.m

% VdLInit -- setup global data structures for VdLDemo global ent_min tau_min y x % Revision History % 09/29/99 MRD declared variables global % % Part of Wavelab Version 850 %
www.eeworm.com/read/305277/3779004

check bug700.check

bug700.scala:6: error: method foobar in trait Foo is accessed from super. It may not be abstract unless it is overridden by a member declared `abstract' and `override' def foobar: unit = super.fooba
www.eeworm.com/read/304805/3785728

h proto.h

/* Function prototypes. */ #include "timers.h" /* Structs used in prototypes must be declared as such first. */ struct buf; struct filp; struct inode; struct super_block; /* cache.c */ _PROTOTYPE
www.eeworm.com/read/298155/3873617

dat errorass14.dat

错误信息: Must be declared in pass 1 中文注释: 得到的不是汇编程序所要求的常数值.例如,向前引用的向量长度.