Home
last modified time | relevance | path

Searched refs:templateFnType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-win-ccs.cpp56 template <typename Fn> static long templateFnType(Fn *fn) { return long(fn); } in templateFnType() function
57 long useTemplateFnType() { return templateFnType(f_fastcall); } in useTemplateFnType()