代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/124283/14579307

texi specfunc-synchrotron.texi

@cindex Synchrotron functions The functions described in this section are declared in the header file @file{gsl_sf_synchrotron.h}. @deftypefun double gsl_sf_synchrotron_1 (double @var{x}) @deftypefu
www.eeworm.com/read/212047/15166884

texi specfunc-coulomb.texi

@cindex Coulomb wave functions @cindex hydrogen atom The Coulomb functions are declared in the header file @file{gsl_sf_coulomb.h}. Both bound state and scattering solutions are available. @menu *
www.eeworm.com/read/212047/15166896

texi specfunc-synchrotron.texi

@cindex Synchrotron functions The functions described in this section are declared in the header file @file{gsl_sf_synchroton.h}. @deftypefun double gsl_sf_synchrotron_1 (double @var{x}) @deftypefun
www.eeworm.com/read/210194/15204749

c interface.c

/* * External functions declared as __declspec(dllexport) * to work in a Win32 DLL (use mpglibdll.h to access) */ #include /* only for the dllexport defs */ #include
www.eeworm.com/read/470720/1446993

c err-msg10.c

// Build don't link: // GROUPS passed error-messages class foo { public: virtual static int f () = 0;// ERROR - member `f' cannot be declared both virtual and static.* };
www.eeworm.com/read/470693/1458939

c err-msg10.c

// Build don't link: // GROUPS passed error-messages class foo { public: virtual static int f () = 0;// ERROR - member `f' cannot be declared both virtual and static.* };
www.eeworm.com/read/240162/4581761

c template12.c

// { dg-do assemble } // Templates can be defined outside of the namespace if the have been declared // inside namespace bar { template T const foo(T const &); template const int
www.eeworm.com/read/233448/4670963

c wunused-8.c

// PR c++/16029 // { dg-options "-Wunused" } int main () { // We should not see an "unused" warning about "whatever" on the // next line. return whatever (); // { dg-error "declared" } }
www.eeworm.com/read/233448/4671338

c weak1.c

// Test for #pragma weak where the weak alias symbol isn't declared, // although the symbol it is an alias for is defined in the // translation unit. Bug 7544. // Origin: Joseph Myers
www.eeworm.com/read/233448/4674555

c template13.c

// { dg-do compile } // Templates defined outside must be declared inside namespace bar { // trick it to provide some prior declaration template void foo(); // { dg-error "definition" }