Home
last modified time | relevance | path

Searched refs:doStuff_arrayOfConstInt (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Analysis/
Duninit-const.c15 void doStuff_arrayOfConstInt(const int a[]){}; in doStuff_arrayOfConstInt() function
102doStuff_arrayOfConstInt(ptau); // expected-warning {{Function call argument is a pointer to uni… in f_9()
108doStuff_arrayOfConstInt(a); // expected-warning {{Function call argument is a pointer to uninit… in f_10()
/external/llvm-project/clang/test/Analysis/
Duninit-const.c21 void doStuff_arrayOfConstInt(const int a[]){}; in doStuff_arrayOfConstInt() function
111doStuff_arrayOfConstInt(ptau); // expected-warning {{1st function call argument is a pointer to… in f_9()
117doStuff_arrayOfConstInt(a); // expected-warning {{1st function call argument is a pointer to un… in f_10()