Home
last modified time | relevance | path

Searched refs:doStuff_arrayOfConstInt (Results 1 – 1 of 1) 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()