代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/240162/4580425
c redecl2.c
// { dg-do assemble }
struct S {
S(int);
S(int); // { dg-error "" } already declared
~S();
~S(); // { dg-error "" } already declared
};
www.eeworm.com/read/233448/4673242
c redecl2.c
// { dg-do assemble }
struct S {
S(int);
S(int); // { dg-error "" } already declared
~S();
~S(); // { dg-error "" } already declared
};
www.eeworm.com/read/366702/2869740
c redecl4.c
// { dg-do assemble }
int main() {
struct A {
void f(); // { dg-error "with" } already declared
void f(); // { dg-error "overloaded" } already declared
};
}
www.eeworm.com/read/315110/13551924
h acconfig.h
/* Define if gethostname () must be declared. */
#undef NEED_DECLARATION_GETHOSTNAME
/* Define if setreuid () must be declared. */
#undef NEED_DECLARATION_SETREUID
/* Define if setregid () must be
www.eeworm.com/read/340606/12145341
h l1_dyn_dwl_proto.h
/************* Revision Controle System Header *************
* GSM Layer 1 software
* L1_DYN_DWL_PROTO.H
*
* Filename l1_dyn_dwl_proto.h
* Copyright 2004 (C) Texas I
www.eeworm.com/read/104056/15711352
m4 timespec.m4
#serial 5
dnl From Jim Meyering
dnl Define HAVE_STRUCT_TIMESPEC if `struct timespec' is declared
dnl in time.h or sys/time.h.
AC_DEFUN([jm_CHECK_TYPE_STRUCT_TIMESPEC],
[
AC_REQUIRE([AC_HEADER_TIM
www.eeworm.com/read/437118/7755009
err grm.err
Opening files...
Parsing specification from standard input...
Checking specification...
Warning: Terminal "COMM" was declared but never used
Warning: Non terminal "array" was declared but never us
www.eeworm.com/read/315110/13551950
in config.h.in
/* config.h.in. Generated from configure.in by autoheader. */
/* Define if gethostname () must be declared. */
#undef NEED_DECLARATION_GETHOSTNAME
/* Define if setreuid () must be declared. */
#un
www.eeworm.com/read/137696/5819244
txt en_us.txt
en_US {
// an array
XMLErrors {
"W_ Start " ,
"Notation '{0}' has already been declared " ,
"Attribute '{0}' has already been declared for element '{1}' " ,
"Encoding ({0}, from XMLDec
www.eeworm.com/read/136989/5833201
h any_op_ch.h
//
// any_op_ch.h,v 1.1 2002/09/25 16:25:38 parsons Exp
//
/* -*- c++ -*- */
// ============================================================================
//
// = LIBRARY
// TAO IDL
//
/