Lines Matching full:instantiation
169 // Import implicit instantiation of an imported variable template.
172 // Import explicit instantiation declaration of an imported variable template.
175 // An explicit instantiation definition of an imported variable template cannot
187 // Import explicit instantiation declaration of a non-imported variable template.
190 // Import explicit instantiation definition of a non-imported variable template.
393 // Import implicit instantiation of an imported function template.
397 // Import explicit instantiation declaration of an imported function template.
400 // Import explicit instantiation definition of an imported function template.
401 // NB: MSVC fails this instantiation without explicit dllimport which is most
402 // likely a bug because an implicit instantiation is accepted.
418 // Import explicit instantiation declaration of a non-imported function template.
425 // Import explicit instantiation definition of a non-imported function template.
830 // Import implicit instantiation of an imported member function template.
836 // Import explicit instantiation declaration of an imported member function
841 // Import explicit instantiation definition of an imported member function
843 // NB: MSVC fails this instantiation without explicit dllimport.
876 // Import explicit instantiation declaration of a non-imported member function
885 // Import explicit instantiation definition of a non-imported member function
925 // Import implicit instantiation of an imported member variable template.
928 // Import explicit instantiation declaration of an imported member variable
932 // An explicit instantiation definition of an imported member variable template
947 // Import explicit instantiation declaration of a non-imported member variable
951 // An explicit instantiation definition of a non-imported member variable template
1287 // Base class has explicit instantiation declaration; the attribute will get propagated.