Lines Matching full:windows
29 only be applied to objects defined in the libc++ runtime library. On Windows,
35 overridden locally. On non-Windows, this is equivalent to `_LIBCPP_FUNC_VIS`.
38 **Windows Behavior**: Any symbol marked `dllimport` cannot be overridden
41 locally overridable, and therefore must not be marked `dllimport`. On Windows,
80 **Windows Behavior**: DLLs do not support dllimport/export on class templates.
88 **Windows Behavior**: DLLs do not support importing or exporting enumeration
105 **Windows Behavior**: `extern template` and `dllexport` are fundamentally
106 incompatible *on a class template* on Windows; the former suppresses
123 the extern template declaration) as exported on Windows, as discussed above.
133 instantiations to export members, which is consistent with existing Windows
135 their members, which is again consistent with existing Windows behavior.
167 * `[libcxx] Visibility fixes for Windows <http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-2…