代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/162614/5519318
c memfriend17.c
// { dg-do compile }
// Origin: Giovanni Bajo
// PR c++/13495: Nested class as template friend.
template
class A{
public:
class B
{
void func1(v
www.eeworm.com/read/162614/5519637
c access7.c
// { dg-do assemble }
// Test that access control for types and statics works properly
// with nested types.
class A {
static int I1; // { dg-error "" } private
struct B1 { }; // { dg-error "
www.eeworm.com/read/162614/5522206
c anon3.c
// { dg-do assemble }
// Bug: g++ dies.
class cl {
public:
cl();
void set(void *, char *, int);
private:
union {
float vf;
struct ff { // { dg-error "" } nested class in anonymous unio
www.eeworm.com/read/162614/5522253
c 2371.c
// { dg-do run }
// { dg-options "" }
# 1 "SetLS.cc"
// GROUPS passed templates nested-classes
//
// The SetLS template test
//
// Wendell Baker, Berkeley CAD Group, 1993 (wbaker@ic.Berkeley.EDU)
//
www.eeworm.com/read/349569/3143343
form mixedmixed.form
# Copyright (C) 2006-2007 Marie Rognes (meg@math.uio.no)
# Licensed under the GNU GPL Version 3
#
# Testing nested mixed elements with piola
# Compile this form with FFC: ffc MixedPoisson.form
q = 1
www.eeworm.com/read/340665/3272320
asm vms_tramp.asm
/* VMS trampoline for nested functions
Copyright (C) 2001 Free Software Foundation, Inc.
Contributed by Douglas B. Rupp (rupp@gnat.com).
This file is part of GNU CC.
GNU CC is free software; y
www.eeworm.com/read/340665/3275386
c nest11.c
// Build don't link:
// GROUPS passed nested-classes
class A {
int x;
struct B {
int x;
};
struct C;
friend struct C;
struct C {
int bug (A::B &y);
};
};
int
A::C::bug (A::B &
www.eeworm.com/read/340665/3275573
c nest17.c
// Build don't link:
// GROUPS passed nested-classes
class T {
public:
typedef int I;
class Y {int y;};
typedef Y Z;
};
T::I i;
T::Y y;
T::Z z;
www.eeworm.com/read/440906/1773912
asm vms_tramp.asm
/* VMS trampoline for nested functions
Copyright (C) 2001 Free Software Foundation, Inc.
Contributed by Douglas B. Rupp (rupp@gnat.com).
This file is part of GNU CC.
GNU CC is free software; y