Lines Matching full:behavior
36 **Windows Behavior**: Any symbol marked `dllimport` cannot be overridden
77 This macro can be defined by users to control the behavior they want from
91 control the behavior they want by defining `_LIBCPP_HIDE_FROM_ABI_PER_TU`
105 **GCC Behavior**: GCC does not support Clang's `type_visibility(...)`
109 **Windows Behavior**: DLLs do not support dllimport/export on class templates.
117 **Windows Behavior**: DLLs do not support importing or exporting enumeration
120 **GCC Behavior**: GCC un-hides the typeinfo for enumerations by default, even
134 **GCC Behavior**: GCC ignores visibility attributes applied the type in
140 **Windows Behavior**: `extern template` and `dllexport` are fundamentally
169 behavior. We also want classes annotated with `_LIBCPP_TYPE_VIS` to export
170 their members, which is again consistent with existing Windows behavior.