Lines Matching refs:NULL
2 /// to a real list element, never NULL.
29 - if (x == NULL && ...) S
31 - if (x != NULL || ...)
34 - (x == NULL) ||
37 - (x != NULL) &&
40 - (x == NULL && ...) ? E1 :
43 - (x != NULL || ...) ?
47 - if (x == NULL && ...) S1 else
50 - if (x != NULL || ...)
55 x == NULL
59 x != NULL
73 * x@p2 == NULL
75 * x@p2 != NULL
86 cocci.print_secs("useless NULL test",p2)
93 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)