Lines Matching refs:IS_ERR
1 /// PTR_ERR should access the value just tested by IS_ERR
3 //# IS_ERR that is wrong.
21 if (IS_ERR(x=e) || ...) {
32 if (IS_ERR(x) || ...) {
47 if (IS_ERR(x) || ...) {
49 when != IS_ERR(...)
69 if (IS_ERR@j0(x) || ...) {
71 when != IS_ERR(...)
88 * if (IS_ERR@j0(x) || ...) {
90 when != IS_ERR(...)
104 msg = "inconsistent IS_ERR and PTR_ERR"
115 msg = "inconsistent IS_ERR and PTR_ERR on line %s." % (j1[0].line)