HomeSort by: relevance | last modified time | path
    Searched defs:only_typedef (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_245.c 18 } only_typedef; typedef in typeref:struct:__anonfaac15260108
28 only_typedef only_typedef,
33 /* expect+1: warning: incompatible structure pointers: 'pointer to struct tag_and_typedef_tag' '==' 'pointer to struct typedef only_typedef' [245] */
34 sink_bool(&both == &only_typedef);
msg_245.c 18 } only_typedef; typedef in typeref:struct:__anonfaac15260108
28 only_typedef only_typedef,
33 /* expect+1: warning: incompatible structure pointers: 'pointer to struct tag_and_typedef_tag' '==' 'pointer to struct typedef only_typedef' [245] */
34 sink_bool(&both == &only_typedef);

Completed in 20 milliseconds