Lines Matching full:passed
16 …memcpy(destination + 0, source, 10); // expected-warning{{Null pointer passed as 1st argument to m… in f1()
17 … // expected-note@-1{{Null pointer passed as 1st argument to memory copy function}} in f1()
22 …memcpy(destination - 0, source, 10); // expected-warning{{Null pointer passed as 1st argument to m… in f2()
23 … // expected-note@-1{{Null pointer passed as 1st argument to memory copy function}} in f2()
29 …memcpy(destination, source, 10); // expected-warning{{Null pointer passed as 1st argument to memor… in f3()
30 … // expected-note@-1{{Null pointer passed as 1st argument to memory copy function}} in f3()
36 …memcpy(destination, source, 10); // expected-warning{{Null pointer passed as 1st argument to memor… in f4()
37 … // expected-note@-1{{Null pointer passed as 1st argument to memory copy function}} in f4()
43 …memcpy(destination2, source, 10); // expected-warning{{Null pointer passed as 1st argument to memo… in f5()
44 … // expected-note@-1{{Null pointer passed as 1st argument to memory copy function}} in f5()
50 …memcpy(destination2, source, 10); // expected-warning{{Null pointer passed as 1st argument to memo… in f6()
51 … // expected-note@-1{{Null pointer passed as 1st argument to memory copy function}} in f6()