Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp347 namespace ns { template<typename T> __declspec(dllexport) void externalFuncTmpl() {} } in externalFuncTmpl() function
348 INST(ns::externalFuncTmpl<ExplicitInst_Exported>) in INST()
Ddllimport.cpp408 namespace ns { template<typename T> __declspec(dllimport) void externalFuncTmpl(); }
409 USE(ns::externalFuncTmpl<ImplicitInst_Imported>) in USE()
/external/clang/test/SemaCXX/
Ddllexport.cpp284 namespace ns { template<typename T> __declspec(dllexport) void externalFuncTmpl(); }
Ddllimport.cpp376 namespace ns { template<typename T> __declspec(dllimport) void externalFuncTmpl(); }