Lines Matching refs:to
1 /// Compare pointer-typed values to NULL rather than 0
3 //# This makes an effort to choose between !x and x == NULL. !x is used
4 //# if it has previously been used with the function used to initialize x.
6 //# using the option -all_includes and the option -I to specify an
73 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
79 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
119 // This rule may lead to inconsistent path problems, if E is defined in two
171 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0, suggest !E")
177 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
183 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E")
189 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
232 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
238 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")