代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/162614/5517442
c using6.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// PR c++/9022, nested namespace in using declaration
namespace gnu {
namespace gcc {
}
}
using gnu::gcc; // { dg-
www.eeworm.com/read/162614/5518848
c dr161.c
// { dg-do compile }
// Origin: Giovanni Bajo
// DR161: Access to protected nested type
namespace N1 {
struct A
{
protected:
typedef int type;
};
www.eeworm.com/read/162614/5526622
c anon-1.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* Source: Neil Booth, 4 Nov 2001, derived from PR 2820 - field lookup in
nested anonymous entities was broken. */
struct
{
int x;
st
www.eeworm.com/read/162614/5528536
c 20011023-1.c
/* Test whether tree inlining works with prototyped nested functions. */
extern void foo (char *x);
void bar (void);
void bar (void)
{
auto void baz (void);
void baz (void)
{
char tmp[
www.eeworm.com/read/162614/5529127
c redecl-10.c
/* Test for multiple declarations and composite types. Check we don't
ICE with nested initializers. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "
www.eeworm.com/read/349723/3141075
sdf time_sim.sdf
(DELAYFILE
(SDFVERSION "2.1")
(DESIGN "nested_if")
(DATE "Tue Jan 6 18:19:10 1998")
(VENDOR "Xilinx")
(PROGRAM "Xilinx VERILOG SDF writer")
(VERSION "M1.4.12")
(DIVIDER /)
(VOLTAGE 5.
www.eeworm.com/read/340665/3273364
c type1.c
// Test for helpful error messages on invalid nested-name-specifiers.
struct A {
template struct B { static int c; };
};
int A::B::c; // { dg-error "parameters" }
int A::C::d; // { d
www.eeworm.com/read/340665/3273631
c access7.c
// Test that access control for types and statics works properly
// with nested types.
// Build don't link:
class A {
static int I1; // ERROR - private
struct B1 { }; // ERROR - private
public
www.eeworm.com/read/340665/3275332
c nest10.c
// Build don't link:
// GROUPS passed nested-classes
class A
{
public:
class B
{
public:
int f ();
void g (int);
private:
int b;
};
};
int A::B::f ()
{
int val=b;
ret
www.eeworm.com/read/340665/3275416
c nest13.c
// Build don't link:
// 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 "i