Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreturn-const-ref-from-parameter.cpp74 typename ConstRef<T>::type tf2(const T &a) { return a; } tf2() function
95 T tf2(const T a) { return a; } tf2() function
/llvm-project/clang/test/SemaTemplate/
H A Dconstructor-template.cpp115 X5<X6> tf2(tf); in test_X5_X6() local