Home
last modified time | relevance | path

Searched defs:tf4 (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.cpp80 const T& tf4(typename ConstRef<T>::type a) { return a; } tf4() function
101 Identity<T>::type tf4(const T &a) { return a; } tf4() function