代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/366702/2882571
c nested-fn-1.c
/* PR middle-end/15345, c/16450 */
/* Test whether unused nested functions aren't emitted into the assembly. */
/* { dg-do compile } */
/* { dg-options "-g0" } */
int
fn1 (int x)
{
int i = x;
in
www.eeworm.com/read/366702/2882767
c nested-func-1.c
/* Test for proper errors for break and continue in nested functions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
void
foo (int a)
{
switch
www.eeworm.com/read/366702/2883436
c nested-redef-1.c
/* Test diagnosis of nested tag redefinitions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
struct s0 {
struct s0 { int a; } x; /* { dg-erro
www.eeworm.com/read/366702/2884539
c nested-calls-1.c
/* PR middle-end/24003 */
/* Contributed by Eric Botcazou */
/* { dg-do run } */
/* { dg-options "-std=c99 -O -fno-inline" } */
/* { dg-options "-std=c99 -O -fno-inline -mtune
www.eeworm.com/read/162614/5530151
c nested-fn-1.c
/* PR middle-end/15345, c/16450 */
/* Test whether unused nested functions aren't emitted into the assembly. */
/* { dg-do compile } */
/* { dg-options "-g0" } */
int
fn1 (int x)
{
int i = x;
in
www.eeworm.com/read/162614/5530255
c nested-func-1.c
/* Test for proper errors for break and continue in nested functions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
void
foo (int a)
{
switch
www.eeworm.com/read/162614/5530675
c nested-redef-1.c
/* Test diagnosis of nested tag redefinitions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
struct s0 {
struct s0 { int a; } x; /* { dg-erro