Home
last modified time | relevance | path

Searched refs:pqo (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dc11-atomic.c24 const int *pqo; in ref() local
27 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() local
42 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 …]