Searched refs:const_param (Results 1 – 3 of 3) 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
126 template<typename T> int const_param(const T) {} in const_param() function127 int const_ref_param = const_param<int&>(const_ref_param); // no-warning
271 if let GenericParam::Const(const_param) = next { in next()272 Some(const_param) in next()289 if let GenericParam::Const(const_param) = next { in next()290 Some(const_param) in next()