代码搜索:Nested

找到约 7,462 项符合「Nested」的源代码

代码结果 7,462
www.eeworm.com/read/240162/4583002

c synth10.c

// { dg-do assemble } // { dg-options "-O" } // Bug: Synthesizing methods for the nested class screwed up current_class_decl // for the outer class. class A; class AH { public: AH ( A * p =
www.eeworm.com/read/240162/4583047

c template17.c

// { dg-do assemble } // Caught by Booch Components. // Bug: g++ tries to instantiate nested enums. template struct A { struct B { }; enum C { c }; }; template struct A;
www.eeworm.com/read/233448/4671647

c extern-c-1.c

/* PR c++/4754 */ /* { dg-do compile } */ // GCC 3.2 got very confused by the nested extern "C" blocks, and thought // there was a storage class specifier on 'int i'. extern "C" { extern "C" str
www.eeworm.com/read/233448/4672484

c access7.c

// { dg-do compile } // PR c++/3663 // Enforce access of nested type. template class S { class T {}; // { dg-error "private" } }; template typename A::T* f (A) { //
www.eeworm.com/read/233448/4672794

c error2.c

// { dg-do compile } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 14 Aug 2003 // instantiated from did not indicate the nested clas
www.eeworm.com/read/233448/4674188

c nttp2.c

// { dg-do run } // Test for nested template template parameter feature template struct C { int f() { return 0; } }; template
www.eeworm.com/read/233448/4674972

c nest13.c

// { dg-do assemble } // GROUPS passed nested-classes // The bug here is that wer'e getting a message about inner not // being a basetype itself. I think it's because it's being // compared as the "
www.eeworm.com/read/233448/4675005

c nest1.c

// { dg-do assemble } // GROUPS passed nested-classes int x; class enclose { public: int x; class inner { public: void f (int i) { x = i;// { dg-error "" } .* } }; };
www.eeworm.com/read/233448/4675135

c nest20.c

// { dg-do assemble } // GROUPS passed nested-classes // This is the first line of file ||t5.C||. // This code initializing an unnamed union inside a class appears to // be legal C++ input and compi
www.eeworm.com/read/233448/4675821

c synth10.c

// { dg-do assemble } // { dg-options "-O" } // Bug: Synthesizing methods for the nested class screwed up current_class_decl // for the outer class. class A; class AH { public: AH ( A * p =