Lines Matching defs:uo
7 int uo;
12 void f03(typeof(&uo) dst) { } /* check-should-fail */
16 qo = uo; /* check-should-pass */
17 uo = qo; /* check-should-pass */
23 int uo;
28 pqo = &uo; /* check-should-pass */
31 puo = &uo; /* check-should-pass */
43 pqo = &uo; /* check-should-fail */
46 puo = &uo; /* check-should-pass */
55 typeof(&uo) puo;
58 pqo = &uo; /* check-should-fail*/
61 puo = &uo; /* check-should-pass */