| /src/tests/usr.bin/xlint/lint1/ |
| msg_035.c | 20 } example_struct; typedef in typeref:struct:__anon8051 66 /* expect+1: warning: invalid bit-field type 'struct typedef example_struct' [35] */ 67 example_struct struct_flag: 1;
|
| msg_035.c | 20 } example_struct; typedef in typeref:struct:__anon8051 66 /* expect+1: warning: invalid bit-field type 'struct typedef example_struct' [35] */ 67 example_struct struct_flag: 1;
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_util.c | 727 struct example_struct { struct 736 struct example_struct es1; 742 tt_int_op(evutil_offsetof(struct example_struct, b), ==, sizeof(char*)); 745 tt_ptr_op(EVUTIL_UPCAST(cp, struct example_struct, b), ==, &es1);
|
| regress_util.c | 727 struct example_struct { struct 736 struct example_struct es1; 742 tt_int_op(evutil_offsetof(struct example_struct, b), ==, sizeof(char*)); 745 tt_ptr_op(EVUTIL_UPCAST(cp, struct example_struct, b), ==, &es1);
|
| /src/external/bsd/libevent/dist/test/ |
| regress_util.c | 730 struct example_struct { struct 739 struct example_struct es1; 745 tt_int_op(evutil_offsetof(struct example_struct, b), ==, sizeof(char*)); 748 tt_ptr_op(EVUTIL_UPCAST(cp, struct example_struct, b), ==, &es1);
|
| regress_util.c | 730 struct example_struct { struct 739 struct example_struct es1; 745 tt_int_op(evutil_offsetof(struct example_struct, b), ==, sizeof(char*)); 748 tt_ptr_op(EVUTIL_UPCAST(cp, struct example_struct, b), ==, &es1);
|