Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Duninit-const.c14 void doStuff_pointerToConstInt(const int *u){}; in doStuff_pointerToConstInt() function
27doStuff_pointerToConstInt(tp); // expected-warning {{Function call argument is a pointer to unini… in f_1()
35doStuff_pointerToConstInt(tp2); // expected-warning {{Function call argument is a pointer to unin… in f_1_1()
48doStuff_pointerToConstInt(tp); // expected-warning {{Function call argument is a pointer to uninit… in f_2()
54 doStuff_pointerToConstInt(&z); // no warning in f_3()
59 doStuff_pointerToConstInt(&x); // no warning in f_4()
65doStuff_pointerToConstInt(tp); // expected-warning {{Function call argument is a pointer to unini… in f_5()
71doStuff_pointerToConstInt(ta); // expected-warning {{Function call argument is a pointer to unini… in f_5_1()
78 doStuff_pointerToConstInt(tp); // no-warning in f_6()
83 doStuff_pointerToConstInt(ta); // no-warning in f_6_1()
[all …]
/external/llvm-project/clang/test/Analysis/
Duninit-const.c20 void doStuff_pointerToConstInt(const int *u){}; in doStuff_pointerToConstInt() function
33doStuff_pointerToConstInt(tp); // expected-warning {{1st function call argument is a pointer to u… in f_1()
41doStuff_pointerToConstInt(tp2); // expected-warning {{1st function call argument is a pointer to … in f_1_1()
57doStuff_pointerToConstInt(tp); // expected-warning {{1st function call argument is a pointer to un… in f_2()
63 doStuff_pointerToConstInt(&z); // no warning in f_3()
68 doStuff_pointerToConstInt(&x); // no warning in f_4()
74doStuff_pointerToConstInt(tp); // expected-warning {{1st function call argument is a pointer to u… in f_5()
80doStuff_pointerToConstInt(ta); // expected-warning {{1st function call argument is a pointer to u… in f_5_1()
87 doStuff_pointerToConstInt(tp); // no-warning in f_6()
92 doStuff_pointerToConstInt(ta); // no-warning in f_6_1()
[all …]
Dcall-and-message.c13 void doStuff_pointerToConstInt(const int *u){}; in doStuff_pointerToConstInt() function
17doStuff_pointerToConstInt(p); // expected-warning{{1st function call argument is a pointer to unin… in pointee_uninit()