Home
last modified time | relevance | path

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