代码搜索:declared

找到约 3,220 项符合「declared」的源代码

代码结果 3,220
www.eeworm.com/read/172609/5383087

h conf_yacc.h

/* A Bison parser, made by GNU Bison 2.0. */ /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. T
www.eeworm.com/read/168845/5429985

py wrong_project.py

#!/usr/bin/python # Copyright Vladimir Prus 2005. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt # or copy at http://www.boost.org/LICENSE_
www.eeworm.com/read/168845/5430122

h jamgram.h

/* A Bison parser, made by GNU Bison 1.875. */ /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc. This p
www.eeworm.com/read/168845/5430196

jamfile

# (C) Copyright Rene Rivera, 2002. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) # Example of how
www.eeworm.com/read/167185/5465859

lint

============== name used but not defined sqrt stats.c(224) name declared but never used or defined fabs stats.c?(2) floor stats.c?(2) ceil stats.c?(2) fmod stats.c
www.eeworm.com/read/162614/5517447

c friend7.c

// { dg-do compile } // PR c++/7874: Don't inject friend functions into global name space. namespace N { template struct A { friend void f(A) { }; }; } int main() { N::A a; N::
www.eeworm.com/read/162614/5517829

c crash31.c

struct A { // { dg-error "forward declaration" } A : A; // { dg-error "expected|incomplete" } A : B; // { dg-error "not declared|incomplete" } A : A(); // { dg-error "undefined type|incomplete"
www.eeworm.com/read/162614/5517895

c error4.c

// PR c++/12160 struct X { virtual void f(int, itn, // { dg-error "declared" } int); };
www.eeworm.com/read/162614/5518206

c switch1.c

int f(int c) { switch (c) { case d: /* { dg-error "'d' was not declared" } */ int optBzip2 = true; } }
www.eeworm.com/read/162614/5521005

c type1.c

// { dg-do assemble } // Test that using an elaborated-type-specifier in a namespace to refer // to a class outside the namespace does not cause its name to be considered // declared in the namespace