Home
last modified time | relevance | path

Searched defs:itf1 (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.cpp35 const T& itf1(const T &a) { return a; } itf1() function
104 T itf1(T a) { return a; } itf1() function