Home
last modified time | relevance | path

Searched refs:ptau (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/test/Analysis/
Duninit-const.c110 int const *ptau = a; // expected-note {{'ptau' initialized here}} in f_9() local
111 …doStuff_arrayOfConstInt(ptau); // expected-warning {{1st function call argument is a pointer to… in f_9()