Lines Matching full:exported
132 // Export implicit instantiation of an exported variable template.
135 // Export explicit instantiation declaration of an exported variable template.
139 // Export explicit instantiation definition of an exported variable template.
142 // Export specialization of an exported variable template.
146 // Not exporting specialization of an exported variable template without
151 // Export explicit instantiation declaration of a non-exported variable template.
155 // Export explicit instantiation definition of a non-exported variable template.
158 // Export specialization of a non-exported variable template.
295 // Export implicit instantiation of an exported function template.
299 // Export explicit instantiation declaration of an exported function template.
303 // Export explicit instantiation definition of an exported function template.
306 // Export specialization of an exported function template.
311 // Not exporting specialization of an exported function template without
316 // Export explicit instantiation declaration of a non-exported function template.
320 // Export explicit instantiation definition of a non-exported function template.
323 // Export specialization of a non-exported function template.
351 // Don't instantiate class members of implicitly instantiated templates, even if they are exported.
358 // Don't instantiate class members of templates with explicit instantiation declarations, even if they are exported.
365 // Instantiate class members for explicitly instantiated exported templates.
372 // In MS mode, instantiate members of class templates that are base classes of exported classes.
386 // Don't instantiate members of explicitly exported class templates that are base classes of exported classes.
434 // ClassTemplate<int> gets exported.
437 // ClassTemplate<int> is already exported.
440 // ExportedTemplate is explicitly exported.
820 // Export implicit instantiation of an exported member function template.
826 // Export explicit instantiation declaration of an exported member function
834 // Export explicit instantiation definition of an exported member function
839 // Export specialization of an exported member function template.
848 // Not exporting specialization of an exported member function template without
854 // Export explicit instantiation declaration of a non-exported member function
862 // Export explicit instantiation definition of a non-exported member function
867 // Export specialization of a non-exported member function template.
886 // Export implicit instantiation of an exported member variable template.
889 // Export explicit instantiation declaration of an exported member variable
894 // Export explicit instantiation definition of an exported member variable
898 // Export specialization of an exported member variable template.
902 // Not exporting specialization of an exported member variable template without
907 // Export explicit instantiation declaration of a non-exported member variable
912 // Export explicit instantiation definition of a non-exported member variable
916 // Export specialization of a non-exported member variable template.
1095 // The MS ABI doesn't provide a stable mangling for lambdas, so they can't be imported or exported.