代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/167728/5453185
texi specfunc-expint.texi
@cindex exponential integrals
@cindex integrals, exponential
Information on the exponential integrals can be found in Abramowitz &
Stegun, Chapter 5. These functions are declared in the header file
www.eeworm.com/read/162614/5521464
c dtors1.c
// { dg-do run }
// GROUPS passed destructors
// Check that when an object of a derived class is (implicitly)
// destructed (on exit from the block in which it is declared)
// that the destructor for
www.eeworm.com/read/162614/5529087
c gnu99-static-1.c
/* It is a constraint violation for a static function to be declared
but not defined if it is used except in a sizeof expression whose
result is an integer constant. In GNU C, we need to consid
www.eeworm.com/read/273525/4206268
class sized_textbox.class
/* sized_textbox
Containing text where the with of the box is either declared or
computed from the stored text.
Note that changes to orientation MUST be made thr
www.eeworm.com/read/426274/1993402
txt testsys.txt
This paragraph is automatically included from the
testsys.txt external file.
The declared SYSTEM identifier was resolved by the catalog to a
specific location on the local filesystem.
www.eeworm.com/read/375736/2721215
c qbidata.c
/***
*qbidata.c - allocate global variable storage for EXTERNAL variables
*
* Copyright 1986, Microsoft Corporation
*
*Purpose:
* Variables declared with the EXTERNAL declaration are includ
www.eeworm.com/read/366702/2866224
c stmtexpr13.c
// PR c++/35747
// { dg-do compile }
// { dg-options "" }
void
foo ()
{
({ i; ({ i; }); 0; }); // { dg-error "was not declared" }
}
www.eeworm.com/read/366702/2868560
c error35.c
// PR c++/33494
template void foo(int(*f=0)()); // { dg-error "declared void|scope|erroneous-expression" }
www.eeworm.com/read/366702/2871067
c dtors1.c
// { dg-do run }
// GROUPS passed destructors
// Check that when an object of a derived class is (implicitly)
// destructed (on exit from the block in which it is declared)
// that the destructor for
www.eeworm.com/read/366702/2881125
c gnu99-static-1.c
/* It is a constraint violation for a static function to be declared
but not defined if it is used except in a sizeof expression whose
result is an integer constant. In GNU C, we need to consid