Home
last modified time | relevance | path

Searched defs:ExportedClass (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport-no-dllexport-inlines.cpp12 struct __declspec(dllexport) ExportedClass { struct
18 …eak_odr dso_local dllexport noundef i32 @"?InclassDefFuncWithStaticVariable@ExportedClass@@QEAAHXZ" argument
20 …// CHECK-DAG: @"?static_variable@?1??InclassDefFuncWithStaticVariable@ExportedClass@@QEAAHXZ@4HA" … in InclassDefFuncWithStaticVariable() argument
28 …static_x@?2???R<lambda_1>@?0??InclassDefFunctWithLambdaStaticVariable@ExportedClass@@QEAAHXZ@QEBA?… in InclassDefFunctWithLambdaStaticVariable() argument
H A Dvisibility-inlines-hidden-staticvar.cpp96 struct __attribute__((visibility("default"))) ExportedClass { struct
103 int ExportedClass::ext_method() { return inl_method(); } in ext_method() argument
H A Ddllexport.cpp910 struct __declspec(dllexport) ExportedClass { template <typename> void bar() ; }; struct