代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/212047/15166960

texi specfunc-zeta.texi

@cindex Zeta functions The Riemann zeta function is defined in Abramowitz & Stegun, Section 23.2. The functions described in this section are declared in the header file @file{gsl_sf_zeta.h}. @menu
www.eeworm.com/read/210569/15196155

h ppp.h

#ifndef _PPP_H #define _PPP_H /* * This implementation of PPP is declared to be in the public domain. * * Acknowledgements and correction history may be found in PPP.C */ #ifndef _GLOBAL_
www.eeworm.com/read/210569/15196220

bak ppp.h.bak

#ifndef _PPP_H #define _PPP_H /* * This implementation of PPP is declared to be in the public domain. * * Acknowledgements and correction history may be found in PPP.C */ #ifndef _GLOBAL_
www.eeworm.com/read/11356/228147

h ppp.h

#ifndef _PPP_H #define _PPP_H /* * This implementation of PPP is declared to be in the public domain. * * Acknowledgements and correction history may be found in PPP.C */ #ifndef _GLOBAL_
www.eeworm.com/read/13787/283372

h ppp.h

#ifndef _PPP_H #define _PPP_H /* * This implementation of PPP is declared to be in the public domain. * * Acknowledgements and correction history may be found in PPP.C */ #ifndef _GLOBAL_
www.eeworm.com/read/470720/1446294

c explicit73.c

// Build don't link: // by Alexandre Oliva // According to [temp.expl.spec]/2, a template explicit specialization // must be declared in the namespace that contains the declar
www.eeworm.com/read/470720/1446550

c template13.c

// Build don't link: // Templates defined outside must be declared inside // crash test - XFAIL *-*-* namespace bar { template void foo(); // trick it to provide some prior declaration
www.eeworm.com/read/470720/1446998

c arm3.c

// Build don't link: // GROUPS passed initialization // ARM $11.4: A function first declared in a friend decl is equivalent // to an extern decl, so the below is illegal. class X { friend g();
www.eeworm.com/read/470720/1447120

c err-msg12.c

// Build don't link: // GROUPS passed error-messages class foo { public: friend mutable int x ();// ERROR - non-object member `x' cannot be declared `mutable' };
www.eeworm.com/read/470720/1447174

c attrib6.c

// Test that postfix attributes only apply to a single declared object. // (decl_attributes used to chain them onto the end of the prefix attributes, // which caused them to apply to other declaration