Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Duninit-const.c101 int const *ptau = a; // expected-note {{'ptau' initialized here}} in f_9() local
102 …doStuff_arrayOfConstInt(ptau); // expected-warning {{Function call argument is a pointer to uni… in f_9()