代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4589037
c zero-strct-2.c
struct { } foo = { };
void * bar(void) { return &foo; }
www.eeworm.com/read/240162/4589538
c zero-strct-1.c
typedef struct { } empty_t;
f ()
{
empty_t i;
bar (i);
}
www.eeworm.com/read/240162/4590223
c zero-length-1.c
/* Test the -Wno-format-zero-length option, which suppresses warnings
about zero-length formats. */
/* Origin: Jason Thorpe */
/* { dg-do compile } */
/* { dg-options "
www.eeworm.com/read/233448/4676525
m zero-link-3.m
/* Check that the '-fzero-link' flag doesn't prevent messaging from working. */
/* Contributed by Ziemowit Laski . */
/* { dg-options "-fnext-runtime -fzero-link -lobjc" } */
/* { d
www.eeworm.com/read/233448/4676529
m zero-link-2.m
/* Check if the '-fno-zero-link' flag correctly _omits_ an objc_getClass() call. */
/* Contributed by Ziemowit Laski . */
/* { dg-options "-fnext-runtime -fno-zero-link" } */
/* { d
www.eeworm.com/read/233448/4676613
m zero-link-1.m
/* Check if the '-fzero-link' flag correctly emits an objc_getClass() call. */
/* Contributed by Ziemowit Laski . */
/* { dg-options "-fnext-runtime -fzero-link" } */
/* { dg-do com
www.eeworm.com/read/233448/4683041
c zero-strct-2.c
struct { } foo = { };
void * bar(void) { return &foo; }