Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp741 template <typename T> struct ExplicitInstConstexprMembers { struct
745 constexpr ExplicitInstConstexprMembers() {} in ExplicitInstConstexprMembers() argument
748 ExplicitInstConstexprMembers(const ExplicitInstConstexprMembers&) = default;
754 template struct __declspec(dllexport) ExplicitInstConstexprMembers<void>; variable