代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/119864/6081840
c const.c
/* const.c
*
* Globally declared constants
*
*
*
* SYNOPSIS:
*
* extern double nameofconstant;
*
*
*
*
* DESCRIPTION:
*
* This file contains a number of mathematical constants and
www.eeworm.com/read/240162/4580860
c redecl4.c
// { dg-do assemble }
int main() {
struct A {
void f();
void f(); // { dg-error "" } already declared
};
}
www.eeworm.com/read/233448/4671560
c error4.c
// PR c++/12160
struct X {
virtual void f(int,
itn, // { dg-error "declared" }
int);
};
www.eeworm.com/read/233448/4673680
c redecl4.c
// { dg-do assemble }
int main() {
struct A {
void f();
void f(); // { dg-error "" } already declared
};
}
www.eeworm.com/read/229812/4743949
mif master.mif
#
# this make include file is used to build all the win examples
#
# It assumes that the following make variables are declared by the makefile
# that includes it:
#
# CC
www.eeworm.com/read/283433/4079522
pas srv_tlb.pas
unit Srv_TLB;
// ******************************************************************** //
// WARNING
// -------
// The types declared in this file were generated from data read from a
// Type Li
www.eeworm.com/read/366702/2865941
c using12.c
// PR c++/16707
int i;
using N::i; // { dg-error "'N' has not been declared" }
www.eeworm.com/read/366702/2866586
c error4.c
// PR c++/12160
struct X {
virtual void f(int,
itn, // { dg-error "declared" }
int);
};
www.eeworm.com/read/263726/4300429
jamfile
# Jamfile
SubDir TOP ;
# the /Gz compiler option is required.
# functions requiring stdcall linkage but not declared as such:
#RegisterWaitForSingleObject()
#UnregisterWaitEx ()
#QueueUserWo
www.eeworm.com/read/133539/14036418
cpp const.cpp
/* const.c
*
* Globally declared constants
*
*
*
* SYNOPSIS:
*
* extern double nameofconstant;
*
*
*
*
* DESCRIPTION:
*
* This file contains a number of mathematical constants and