Home
last modified time | relevance | path

Searched defs:tf3 (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.cpp77 typename ConstRef<T>::type tf3(typename ConstRef<T>::type a) { return a; } tf3() function
98 T tf3(const T &a) { return a; } tf3() function
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-exprs.cpp201 void tf3(decltype(new T{1}) p) in tf3() function