Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport.cpp339 template<typename T> inline void __attribute__((dllexport)) inlineFuncTmpl2() {} in INST()
340 INST(inlineFuncTmpl2<ExplicitInst_Exported>)
H A Ddllimport.cpp423 template<typename T> inline void __attribute__((dllimport)) inlineFuncTmpl2() {} in USE()
424 USE(inlineFuncTmpl2<ImplicitInst_Imported>)
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp412 template<typename T> inline void __attribute__((dllimport)) inlineFuncTmpl2() {} // expected-warnin… in inlineFuncTmpl2() function
423 template<typename T> inline void __attribute__((dllimport)) inlineFuncTmpl2() {} in inlineFuncTmpl2() function
H A Ddllexport.cpp265 template<typename T> inline void __attribute__((dllexport)) inlineFuncTmpl2() {} in inlineFuncTmpl2() function