代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/366702/2865876
c used-before-declaration.c
// Copyroght (C) 2003 Free Software Foundation
// Origin: PR/12832, Jonathan Wakely
void f() { g(); } // { dg-error "not declared" "" }
void g() { }
www.eeworm.com/read/366702/2865918
c template1.c
/* PR c++/3009 */
/* { dg-do run } */
// According to 14.6.2.4 of C++ Standard:
// "If a base class is a dependent type, a member of that
// class cannot hide a name declared within a template, or a
/
www.eeworm.com/read/366702/2868068
c pr28432.c
// Test to make sure we do not ICE on this invalid program.
// { dg-options "" }
struct A {};
void A::foo(); // { dg-error "member function declared in class|outside of class is not definition" }
www.eeworm.com/read/366702/2870355
c explicit73.c
// { dg-do assemble }
// by Alexandre Oliva
// According to [temp.expl.spec]/2, a template explicit specialization
// must be declared in the namespace that contains the decl
www.eeworm.com/read/366702/2871050
c arm3.c
// { dg-do assemble }
// GROUPS passed initialization
// ARM $11.4: A function first declared in a friend decl is equivalent
// to an extern decl, so the below is illegal.
class X {
friend g()
www.eeworm.com/read/366702/2871691
c 900220_01.c
// { dg-do run }
// g++ 1.36.1 bug 900220_01
// Ref: 12.8
// Section 12.8 says:
// "That is, X::operator=() will be generated only if no assignment
// operation is explicitly declared and an objec
www.eeworm.com/read/366702/2876125
f90 private_type_2.f90
! { dg-do compile }
! PR16404 test 6 - If a component of a derived type is of a type declared to
! be private, either the derived type definition must contain the PRIVATE
! statement, or the derived t
www.eeworm.com/read/366702/2879778
c 20010701-1.c
/* Test that postfix attributes only apply to a single declared object.
(decl_attributes used to chain them onto the end of the prefix attributes,
which caused them to apply to other declaration
www.eeworm.com/read/368337/9701287
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.
@
www.eeworm.com/read/110420/15534265
h ppp.h
#ifndef _PPP_H
#define _PPP_H
/*
* This implementation of PPP is declared to be in the public domain.
*
* Acknowledgements and correction history may be found in PPP.C
*/
#ifndef _GLOBAL_