Searched refs:const_param (Results 1 – 2 of 2) sorted by relevance
98 template<typename T> int const_param(const T) {} in const_param() function99 int const_ref_param = const_param<int&>(const_ref_param); // no-warning
46 void F(const bool const_param = true) { in F() argument