Searched refs:doStuff_constStaticSizedArray (Results 1 – 1 of 1) sorted by relevance
27 void doStuff_constStaticSizedArray(const int a[static 10]) {} in doStuff_constStaticSizedArray() function123 …doStuff_constStaticSizedArray(t); // expected-warning {{1st function call argument is a pointer t… in f_11()129 doStuff_constStaticSizedArray(t); // no-warning in f_12()