代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/233448/4674191
c nttp1.c
// { dg-do run }
// Test for nested template template parameter feature
template struct C
{
int f();
};
template
www.eeworm.com/read/233448/4675763
c typedef2.c
// { dg-do run }
// PRMS Id: 5367
// Bug: the nested name of C::func gets hosed.
struct C {
typedef int func(int *, int *);
};
int
main()
{
C::func *handler;
}
www.eeworm.com/read/233448/4682401
c nestfunc-6.c
/* Test that the GP gets properly restored, either by the nonlocal
receiver or the nested function. */
#ifndef NO_TRAMPOLINES
typedef __SIZE_TYPE__ size_t;
extern void abort (void);
extern void
www.eeworm.com/read/233448/4682580
c 20020810-1.c
/* PR target/7559
This testcase was miscompiled on x86-64, because classify_argument
wrongly computed the offset of nested structure fields. */
extern void abort (void);
struct A
{
long x;
www.eeworm.com/read/233448/4683055
c 930506-2.c
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "-fnested-functions" } */
#ifndef NO_TRAMPOLINES
int f1()
{
{ int ___() { foo(1); } bar(___); }
return( { int ___() { foo(2); } bar(___
www.eeworm.com/read/233448/4683165
c 20040310-1.c
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "-fnested-functions" } */
void I_wacom ()
{
char buffer[50], *p;
int RequestData (char *cmd)
{
p = buffer;
foo (buffer);
}
www.eeworm.com/read/233448/4683364
c 20031011-1.c
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "-fnested-functions" } */
/* PR optimization/12544 */
/* Origin: Tony Hosking */
/* Verify that non-local structur
www.eeworm.com/read/233448/4683393
c 20040317-3.c
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "-fnested-functions" } */
I_wacom ()
{
char buffer[50], *p;
int RequestData (char *cmd)
{
p = buffer;
foo (buffer);
}
Req
www.eeworm.com/read/233448/4683679
c 20010903-2.c
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "-fnested-functions" } */
extern int __dummy (void *__preg, const char *__string);
extern int rpmatch (const char *response);
int
rpmatch
www.eeworm.com/read/233448/4684372
c label-1.c
/* Test various diagnostics of ill-formed constructs involving labels. */
/* { dg-do compile } */
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "-Wunused -fnested-functions" } */
exte