Home
last modified time | relevance | path

Searched defs:itf3 (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.cpp43 typename ConstRef<T>::type itf3(typename ConstRef<T>::type a) { return a; } itf3() function
110 T itf3(const T &a) { return a; } itf3() function
[all...]