代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/233522/4667718

hhh vcl_cstring.hhh

// NB: size_t is declared in , not @memchr @memcmp @memcpy @memmove @memset @strcat @strchr @strcmp @strcoll @strcpy @strcspn @strerror @strlen @strncat @strncmp @st
www.eeworm.com/read/233522/4667734

hhh vcl_ctime.hhh

// NB: size_t is declared in , not @clock_t @time_t @tm @asctime @clock @difftime @localtime @strftime @ctime @gmtime @mktime @time
www.eeworm.com/read/233448/4674419

c friend35.c

// { dg-do assemble } class foo { friend void bar(int); // { dg-error "" } must be declared first }; template void bar(T);
www.eeworm.com/read/233448/4676298

mm method-6.mm

/* APPLE LOCAL file mainline */ /* The following should NOT generate "may not respond to" warnings, since a forward-declared @class (instance) should be treated like a 'Class') ('id'). */ /* { dg-
www.eeworm.com/read/233448/4678874

f90 contained_2.f90

! Arrays declared in parent but used in the child. program error implicit none integer, dimension (10) :: a contains subroutine test() implicit none a(1) = 0 end subroutine end
www.eeworm.com/read/231012/4718559

java hello.java

/* Hello.java - MBean implementation for the Hello World MBean. This class must implement all the Java methods declared in the HelloMBean interface, with the appropriate behavior for each one.
www.eeworm.com/read/231012/4718576

java hello.java

/* Hello.java - MBean implementation for the Hello World MBean. This class must implement all the Java methods declared in the HelloMBean interface, with the appropriate behavior for each one.
www.eeworm.com/read/221464/4830173

readme

The files in this directory implement the read_graphviz() functions declared in . There are both directed and undirected graph versions of these functions. To use both, y
www.eeworm.com/read/190666/5174754

c friend4.c

// Build don't link: // GROUPS passed friends // do_friend should complain that foo was declared as a friend of // A before A was defined struct A; struct B { friend A::foo (); };// ERROR - .*
www.eeworm.com/read/190666/5179676

c ext-glob.c

/* Test for the warning about external functions with non-global types. In -traditional mode, these functions are globally visible even if declared in an inner scope, so their return types shou