Searched refs:incomplete_struct (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dd_alignof.c98 /* expect+1: warning: struct 'incomplete_struct' never defined [233] */
99 struct incomplete_struct;
101 typedef int incomplete_struct[-(int)__alignof(struct incomplete_struct)]; typedef
H A Dinit.c70 /* expect+1: error: initialization of incomplete type 'incomplete struct incomplete_struct' [175] */
71 struct incomplete_struct s1 = {
73 /* expect+1: error: 's1' has incomplete type 'incomplete struct incomplete_struct' [31] */
76 /* expect+1: error: initialization of incomplete type 'incomplete struct incomplete_struct' [175] */
77 struct incomplete_struct s2 = {
79 /* expect+1: error: 's2' has incomplete type 'incomplete struct incomplete_struct' [31] */
82 struct incomplete_struct { struct
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc40 typedef struct incomplete_struct incomplete_struct; typedef in typeref:struct:incomplete_struct
42 int test_incomplete (incomplete_struct *p) { return 0; } // test_incomplete(incomplete_struct*)
159 incomplete_struct *is = nullptr;
H A Dmeth-typedefs.exp142 foreach t {int incomplete_struct another_incomplete_struct} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc40 typedef struct incomplete_struct incomplete_struct; typedef in typeref:struct:incomplete_struct
42 int test_incomplete (incomplete_struct *p) { return 0; } // test_incomplete(incomplete_struct*)
159 incomplete_struct *is = nullptr;
H A Dmeth-typedefs.exp141 foreach t {int incomplete_struct another_incomplete_struct} {

Completed in 191 milliseconds