OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inlineFuncTmpl2
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGenCXX/
dllexport.cpp
293
// MSC-DAG: define weak_odr dllexport void @"\01??$
inlineFuncTmpl2
@UExplicitInst_Exported@@@@YAXXZ"()
295
template<typename T> inline void __attribute__((dllexport))
inlineFuncTmpl2
() {}
296
INST(
inlineFuncTmpl2
<ExplicitInst_Exported>)
[
all
...]
dllimport.cpp
379
// MSC-DAG: declare dllimport void @"\01??$
inlineFuncTmpl2
@UImplicitInst_Imported@@@@YAXXZ"()
381
// MO1-DAG: define available_externally dllimport void @"\01??$
inlineFuncTmpl2
@UImplicitInst_Imported@@@@YAXXZ"()
383
template<typename T> inline void __attribute__((dllimport))
inlineFuncTmpl2
() {}
384
USE(
inlineFuncTmpl2
<ImplicitInst_Imported>)
[
all
...]
/external/clang/test/SemaCXX/
dllexport.cpp
251
template<typename T> inline void __attribute__((dllexport))
inlineFuncTmpl2
() {}
[
all
...]
dllimport.cpp
335
template<typename T> inline void __attribute__((dllimport))
inlineFuncTmpl2
() {}
[
all
...]
Completed in 759 milliseconds