代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/16793/690840

autoload

# # An almost ksh-compatible `autoload'. A function declared as `autoload' will # be read in from a file the same name as the function found by searching the # $FPATH (which works the same as $PATH),
www.eeworm.com/read/16793/690855

v2 autoload.v2

# # An almost ksh-compatible `autoload'. A function declared as `autoload' will # be read in from a file the same name as the function found by searching the # $FPATH (which works the same as $PATH),
www.eeworm.com/read/480682/1315174

h libiberty.h

/* Function declarations for libiberty. Copyright 2001 Free Software Foundation, Inc. Note - certain prototypes declared in this header file are for functions whoes implementation copyri
www.eeworm.com/read/480145/1321934

h libiberty.h

/* Function declarations for libiberty. Copyright 2001 Free Software Foundation, Inc. Note - certain prototypes declared in this header file are for functions whoes implementation copyri
www.eeworm.com/read/470720/1446412

c friend35.c

// Build don't link: class foo { friend void bar(int); // ERROR - must be declared first }; template void bar(T);
www.eeworm.com/read/470720/1446555

c type1.c

// Test that using an elaborated-type-specifier in a namespace to refer // to a class outside the namespace does not cause its name to be considered // declared in the namespace. // Contributed by Ja
www.eeworm.com/read/470693/1458358

c friend35.c

// Build don't link: class foo { friend void bar(int); // ERROR - must be declared first }; template void bar(T);
www.eeworm.com/read/470693/1458501

c type1.c

// Test that using an elaborated-type-specifier in a namespace to refer // to a class outside the namespace does not cause its name to be considered // declared in the namespace. // Contributed by Ja
www.eeworm.com/read/456693/1604679

c pyfpe.c

#include "pyconfig.h" #include "pyfpe.h" /* * The signal handler for SIGFPE is actually declared in an external * module fpectl, or as preferred by the user. These variable * definitions are
www.eeworm.com/read/229812/4751639

gml pointer.gml

.ix 'pointer' .ix type pointer .pp A .us pointer to an object is equivalent to the address of the object in the memory of the computer. .pp An object may be declared to be a pointer to a type