Searched refs:pqo (Results 1 – 1 of 1) sorted by relevance
24 const int *pqo; in ref() local27 pqo = &qo; /* check-should-pass */ in ref()28 pqo = &uo; /* check-should-pass */ in ref()29 pqo = puo; /* check-should-pass */ in ref()34 puo = pqo; /* check-should-fail */ in ref()39 int _Atomic *pqo; in bar() local42 pqo = &qo; /* check-should-pass */ in bar()43 pqo = &uo; /* check-should-fail */ in bar()44 pqo = puo; /* check-should-fail */ in bar()49 puo = pqo; /* check-should-fail */ in bar()[all …]