Lines Matching full:instantiation
157 // Export implicit instantiation of an exported variable template.
162 // Export explicit instantiation declaration of an exported variable template.
168 // Export explicit instantiation definition of an exported variable template.
189 // Export explicit instantiation declaration of a non-exported variable template.
195 // Export explicit instantiation definition of a non-exported variable template.
354 // Export implicit instantiation of an exported function template.
359 // Export explicit instantiation declaration of an exported function template.
365 // Export explicit instantiation definition of an exported function template.
386 // Export explicit instantiation declaration of a non-exported function template.
392 // Export explicit instantiation definition of a non-exported function template.
669 // Attributes on the instantiation take precedence over attributes on the template.
684 // Do not assert about generating code for constexpr functions twice during explicit instantiation (PR21718).
775 // Baz's operator=, causing instantiation of Foo<int> after which
879 // MS: A dll attribute propagates through multiple levels of instantiation.