Lines Matching full:exported
19 Mark a symbol as hidden so it will not be exported from shared libraries.
22 Mark a symbol as being exported by the libc++ library. This attribute must
23 be applied to the declaration of all functions exported by the libc++ dylib.
26 Mark a symbol as being exported by the libc++ library. This attribute may
32 Mark a symbol as being exported by the libc++ library, but allow it to be
79 a `_LIBCPP_EXTERN_TEMPLATE` declaration as being exported by the libc++ library.
98 explicit instantiations themselves are marked as exported. Note that this
106 of a class template as being exported by the libc++ library. This attribute
110 the extern template declaration) as exported on Windows, as discussed above.
114 Mark a symbol as hidden so it will not be exported from shared libraries. This
131 being exported from those libraries, since those implicit instantiations will
149 historically exported by the libc++ library but are now marked inline.
152 Mark the member functions, typeinfo, and vtable of the type as being exported