代码搜索:Nested

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

代码结果 7,462
www.eeworm.com/read/470693/1455868

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/470693/1458885

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/470693/1459072

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/470693/1464065

c debug-6.c

/* Verify that bb-reorder re-inserts nested scopes properly. */ /* { dg-do compile } */ /* { dg-options "-dA" } */ /* { dg-final { scan-assembler "xyzzy" } } */ extern void abort (void); struct A {
www.eeworm.com/read/451866/1659230

java testelement.java

package org.momeunit.ant.taskdefs; import momeunit.framework.Test; import org.apache.tools.ant.Task; import org.apache.tools.ant.types.FileSet; /** * Interface that every nested tag, that describe
www.eeworm.com/read/247171/4487577

vb conditionalif2.vb

'Test nested #if #If False Then #if true then class ConditionalIf2__1 end class #else class ConditionalIf2__2 end class #end if class ConditionalIf2_1 end class #ElseIf False Then #if true then class
www.eeworm.com/read/240162/4580375

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/240162/4580952

c defarg8.c

// { dg-do assemble } // Default arguments containing more than one non-nested explicit // template argument leads to parse error // This might be ill formed. See DR 325 (which would like to make i
www.eeworm.com/read/240162/4582126

c nest11.c

// { dg-do assemble } // 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/240162/4582313

c nest17.c

// { dg-do assemble } // 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;