Home
last modified time | relevance | path

Searched refs:const_param (Results 1 – 2 of 2) 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/v8/tools/clang/rewrite_to_chrome_style/tests/
Dconstants-expected.cc46 void F(const bool const_param = true) { in F() argument