HomeSort by: relevance | last modified time | path
    Searched refs:incomplete_struct (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
d_alignof.c 98 /* expect+1: warning: struct 'incomplete_struct' never defined [233] */
99 struct incomplete_struct;
101 typedef int incomplete_struct[-(int)__alignof(struct incomplete_struct)]; typedef
init.c 70 /* 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
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
meth-typedefs.cc 40 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;
meth-typedefs.exp 141 foreach t {int incomplete_struct another_incomplete_struct} {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
meth-typedefs.cc 40 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;
meth-typedefs.exp 141 foreach t {int incomplete_struct another_incomplete_struct} {

Completed in 19 milliseconds