Home
last modified time | relevance | path

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

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