代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/233448/4671358

c dllimport9.c

// Handle dllimport attribute for functions declared inline. // { dg-do compile { target i?86-*-cygwin* i?86-*-mingw*} } // { dg-options { -W } } inline __attribute__((dllimport)) void bar() { } //
www.eeworm.com/read/233448/4675646

c 900214_01.c

// { dg-do assemble } // 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: fr
www.eeworm.com/read/233448/4683345

c 20010714-1.c

/* Test that prefix attributes after a comma only apply to a single declared object or function. */ /* Origin: Joseph Myers . */ __attribute__((noreturn)) void d0 (void), __attr
www.eeworm.com/read/229812/4751965

gml libftyp.gml

.in 0.76i :P.For each of the container classes, type and function information is described. Each description consists of a number of subsections: .in 0 :DL termhi=2 break. :DT.Declared: :DD.Thi
www.eeworm.com/read/218272/4862598

err 2440loader.err

"..\inc\loader.h", line 357: Warning: Deprecated declaration ReadRamImageFromBootMedia() - give arg types "2440loader.c", line 138: Warning: variable 'i' declared but not used 2440loader.c: 2 warnin
www.eeworm.com/read/190666/5179122

c 20010714-1.c

/* Test that prefix attributes after a comma only apply to a single declared object or function. */ /* Origin: Joseph Myers . */ __attribute__((noreturn)) void d0 (void), __attr
www.eeworm.com/read/162614/5522091

c 900214_01.c

// { dg-do assemble } // 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: fr
www.eeworm.com/read/340665/3272851

c dllimport9.c

// Handle dllimport attribute for functions declared inline. // { dg-do compile { target i?86-*-cygwin* i?86-*-mingw*} } // { dg-options { -W } } inline __attribute__((dllimport)) void bar() { } //
www.eeworm.com/read/340665/3279899

c 20010714-1.c

/* Test that prefix attributes after a comma only apply to a single declared object or function. */ /* Origin: Joseph Myers . */ __attribute__((noreturn)) void d0 (void), __attr
www.eeworm.com/read/334276/3369292

c account.c

#include "Account.h" unsigned int Account:: get_unique_acct_nmbr() const { static unsigned int acct_nmbr = 1000000; return ++acct_nmbr; } /* init_heap_array(), * declared as a stati