Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dreferences.cpp98 template<typename T> int const_param(const T) {} in const_param() function
99 int const_ref_param = const_param<int&>(const_ref_param); // no-warning
/external/llvm-project/clang/test/SemaCXX/
Dreferences.cpp126 template<typename T> int const_param(const T) {} in const_param() function
127 int const_ref_param = const_param<int&>(const_ref_param); // no-warning
/external/rust/crates/syn/src/
Dgenerics.rs271 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()