Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Duninit-const.c27 void doStuff_constStaticSizedArray(const int a[static 10]) {} in doStuff_constStaticSizedArray() function
123doStuff_constStaticSizedArray(t); // expected-warning {{1st function call argument is a pointer t… in f_11()
129 doStuff_constStaticSizedArray(t); // no-warning in f_12()