代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/222917/4815350

phpt bug19566.phpt

--TEST-- Bug #19566 (get_declared_classes() segfaults) --FILE-- --EXPECTF-- int(%d)
www.eeworm.com/read/186388/5233294

h xm-siglist.h

/* Some systems provide no sys_siglist, but do offer the same data under another name. */ #define sys_siglist _sys_siglist #undef SYS_SIGLIST_DECLARED #define SYS_SIGLIST_DECLARED
www.eeworm.com/read/366702/2883826

c pr18809-1.c

/* PR c/18809 */ /* Origin: Andrew Pinski */ /* { dg-do compile } */ void foo(enum E e) {} /* { dg-error "forward ref" "forward" } */ /* { dg-warning "declared" "declared"
www.eeworm.com/read/252403/4406030

err interfacemismatch.err

InterfaceMismatch.ice:16: class `Foo1' was declared as interface InterfaceMismatch.ice:17: class `Foo1' was declared as interface InterfaceMismatch.ice:20: class `Foo2' was defined as interface Interf
www.eeworm.com/read/177292/9460369

h rtnode.h

// -*- Mode: C++ -*- //-------------------------------------------------------------------- // RTnode.h // -------- // Implements the node of the tree // // Classes declared: //
www.eeworm.com/read/159878/10602515

pas euroform.pas

unit EuroForm; // ************************************************************************ // // WARNING // ------- // The code declared in this file was generated from data read from a // a *.
www.eeworm.com/read/233522/4667661

txt errors.txt

"hashfun cannot be used as a function:" vcl_hash needs to be declared.
www.eeworm.com/read/380043/2665392

pas euroform.pas

unit EuroForm; // ************************************************************************ // // WARNING // ------- // The code declared in this file was generated from data read from a // a *.
www.eeworm.com/read/351636/3101797

txt errors.txt

"hashfun cannot be used as a function:" vcl_hash needs to be declared.
www.eeworm.com/read/138105/13259937

h machine.h

/* Note special macros: ANSI_C (ANSI C syntax) SEGMENTED (segmented memory machine e.g. MS-DOS) MALLOCDECL (declared if malloc() etc have been declared) */ #define ANSI_C 1 /* #u