Home
last modified time | relevance | path

Searched defs:itf4 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreturn-const-ref-from-parameter.cpp47 const T& itf4(typename ConstRef<T>::type a) { return a; } itf4() function
113 Wrapper<T> itf4(const T& a) { return a; } itf4() function