代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/233448/4684273
c c99-fordecl-3.c
/* Test for C99 declarations in for loops. Test constraints: struct
and union tags can't be declared there (affirmed in response to
DR#277). */
/* Origin: Joseph Myers
www.eeworm.com/read/213308/4917375
makefile
# Note: The c command line uses /Gt256.
# This is done so that the global data items declared in bss.c
# are put in seperate segments, on a segmented architecture this allows
# us to use far memory
www.eeworm.com/read/190666/5174226
c friend34.c
// Build don't link:
// excess errors test
// This testcase won't fail if class ::foo is forward-declared in the
// global namespace, nor if class bar is not a template class.
template
www.eeworm.com/read/190666/5174364
c template12.c
// Build don't link:
// 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 f
www.eeworm.com/read/190666/5175368
c 900127_02.c
// g++ 1.36.1 bug 900127_02
// g++ (mostly) keeps separate name spaces for the declarations of data
// objects and functions.
// This means that a single name may be declared as both a data object a
www.eeworm.com/read/190666/5175418
c 891229_02.c
// g++ 1.36.1 bug 891229_02
// g++ limits the scope of names which are declared as typedef names within
// another type to that other type.
// This conflicts with the (global) scope given to such na
www.eeworm.com/read/173141/5379600
out declareglobaltemptablejavajdbc30.out
Test declaredGlobalTempTableJava starting
TEST1 : Test declared temporary table with ON COMMIT DELETE ROWS and holdable cursors
Temp table t1 with held open cursors on it. Data should be preserved in
www.eeworm.com/read/167728/5453017
texi specfunc-erf.texi
@cindex error function
@cindex erf(x)
@cindex erfc(x)
The error function is described in Abramowitz & Stegun, Chapter 7. The
functions in this section are declared in the header file
@file{gsl_sf_er
www.eeworm.com/read/162614/5523253
f90 module_interface_2.f90
! Test generic interfaces declared in modules.
! We used to get the name mangling wrong for these.
module module_interface_2
interface foo
subroutine myfoo (i)
integer i
end subroutine
www.eeworm.com/read/340665/3274883
c friend34.c
// Build don't link:
// excess errors test
// This testcase won't fail if class ::foo is forward-declared in the
// global namespace, nor if class bar is not a template class.
template