Searched refs:inlineFuncTmpl2 (Results 1 – 4 of 4) sorted by relevance
339 template<typename T> inline void __attribute__((dllexport)) inlineFuncTmpl2() {} in INST()340 INST(inlineFuncTmpl2<ExplicitInst_Exported>)
423 template<typename T> inline void __attribute__((dllimport)) inlineFuncTmpl2() {} in USE()424 USE(inlineFuncTmpl2<ImplicitInst_Imported>)
412 template<typename T> inline void __attribute__((dllimport)) inlineFuncTmpl2() {} // expected-warnin… in inlineFuncTmpl2() function423 template<typename T> inline void __attribute__((dllimport)) inlineFuncTmpl2() {} in inlineFuncTmpl2() function
265 template<typename T> inline void __attribute__((dllexport)) inlineFuncTmpl2() {} in inlineFuncTmpl2() function