Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp594 T __declspec(dllexport) TypeFunTmpl(T t) { return t + t; } in TypeFunTmpl() function
599 return TmplClass<int>::StaticClassVarExpTmplClass + TypeFunTmpl<int>(10); in useExportedTmplStaticAndFun()