代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4589801
c struct-by-value-8_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. Each struct contains an array
of small structs with two scalar members. */
extern void struct
www.eeworm.com/read/240162/4589827
c struct-by-value-3_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. All struct members are scalar
integral types, and the structs are "small": 1, 2, 4, 8, and 12
www.eeworm.com/read/233448/4683738
c struct-semi-2.c
/* Test diagnostics for missing and extra semicolons in structures.
Test with -pedantic. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-pedantic"
www.eeworm.com/read/233448/4684086
c struct-empty-1.c
/* Test diagnostics for empty structures and unions. Test with no
special options. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
struct
www.eeworm.com/read/233448/4684225
c struct-empty-2.c
/* Test diagnostics for empty structures and unions. Test with
-pedantic. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-pedantic" } */
struct
www.eeworm.com/read/233448/4684679
c struct-by-value-9_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. Each struct contains an array
of small structs, each with three scalar members. */
extern voi
www.eeworm.com/read/233448/4684694
c struct-by-value-4_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. Each struct contains an array
of small structs with a single member. */
extern void struct_by
www.eeworm.com/read/233448/4684810
c struct-by-value-8_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. Each struct contains an array
of small structs with two scalar members. */
extern void struct
www.eeworm.com/read/233448/4684845
c struct-by-value-3_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. All struct members are scalar
integral types, and the structs are "small": 1, 2, 4, 8, and 12
www.eeworm.com/read/233448/4684957
c struct-semi-1.c
/* Test diagnostics for missing and extra semicolons in structures.
Test with no special options. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options ""