]> andersk Git - splint.git/blame - test/union.expect
noexpand always false.
[splint.git] / test / union.expect
CommitLineData
885824d3 1
2union.c: (in function ut_create1)
3union.c:16:10: Returned union *u has no defined field
4union.c: (in function ut_create4)
5union.c:40:3: Implicitly temp storage t assigned to implicitly only: u->ox = t
6union.c: (in function ut_create5)
7union.c:48:3: Implicitly temp storage t assigned to dependent: u->dx = t
8union.c: (in function ut_create6)
9union.c:57:10: Returned storage u->st contains 2 undefined fields: b, ip
10union.c: (in function ut_create7)
11union.c:66:3: Implicitly temp storage p assigned to implicitly only:
12 u->st.ip = p
13union.c: (in function ut_mangle1)
14union.c:73:2: Released storage u->ox reachable from parameter at return point
16c024b5 15 union.c:72:9: Storage u->ox released
885824d3 16union.c: (in function ut_mangle2)
17union.c:78:2: Released storage u->st.ip reachable from parameter at return
18 point
16c024b5 19 union.c:77:9: Storage u->st.ip released
885824d3 20union.c: (in function ut_mangle3)
21union.c:84:2: Released storage u->st.ip reachable from parameter at return
22 point
16c024b5 23 union.c:82:9: Storage u->st.ip released
885824d3 24
11db3170 25Finished checking --- 8 code warnings, as expected
This page took 1.931328 seconds and 5 git commands to generate.