代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/167185/5464044

lint sun.lint

genplot.c: init.c: chrs.c: draw.c: gpsplot.c: tekplot.c: fearangesw.c: Lint pass2: sprintf value declared inconsistently llib-lc(512) :: genplot.c(1451) sprintf value declared inconsistently llib-lc
www.eeworm.com/read/167133/5466577

c class.c

/* * java.lang.Class.c * * Copyright (c) 1996, 1997 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information on usage and redistribution * of thi
www.eeworm.com/read/162614/5517345

c koenig1.c

// PR c++/9336 // Bug: The first, invalid call to f caused us to crash on the second, // valid call. namespace N { template void f (T); struct A; } struct B; void g () { B *bp; N:
www.eeworm.com/read/162614/5517416

c koenig1.c

// { dg-do compile } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 24 Mar 2003 // PR 10026. We ICE'd class X; void foo() { X x(1
www.eeworm.com/read/162614/5517423

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/162614/5517436

c forscope2.c

// { dg-do compile } struct S { void foo() { for (_ptr; ;) {} // { dg-error "not declared" } _ptr = 0; } };
www.eeworm.com/read/162614/5517482

c crash5.c

// { dg-do compile } // // PR 17618 void foo() { p; // { dg-error "not declared" } (void*) p; }
www.eeworm.com/read/162614/5517792

c crash9.c

// { dg-do compile } // Origin: Volker Reichelt // PR c++/10793: ICE in handling base class when the current class // contains error. template struct A {}; templat
www.eeworm.com/read/162614/5518798

c do1.c

// { dg-do compile } // Copyright (C) 2002 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 16 Sep 2002 // PR 7640. ICE. void init () { do { } while (0)
www.eeworm.com/read/162614/5519687

c redecl2.c

// { dg-do assemble } struct S { S(int); // { dg-error "with" } S(int); // { dg-error "overloaded" } already declared ~S();// { dg-error "with" } ~S(); // { dg-error "overloaded" } already