Searched refs:const_use (Results 1 – 2 of 2) sorted by relevance
25 int const_use(const int i);32 …int k = const_use(k); // expected-warning {{variable 'k' is uninitialized when used within… in f()
85 void const_use() { in const_use() function