Lines Matching full:abi
37 // This is an ABI break on platforms that sign and authenticate vtable function pointers
63 // std::random_device, one needs to retain the same object layout to remain ABI
65 // about ABI compatibility.
74 // This is an ABI break because `std::hash` will return a different result,
98 // and WCHAR_MAX. This ABI setting determines whether we should instead track whether the fill
99 // value has been initialized using a separate boolean, which changes the ABI.
117 // Feature macros for disabling pre ABI v1 features. All of these options
130 // To fix the bug we had to change the ABI of some classes to remove [[no_unique_address]] under ce…
131 // The macro below is used for all classes whose ABI have changed as part of fixing these bugs.
137 // ABI impact: changes the iterator type of the relevant containers.
147 // ABI impact: changes the iterator type of `basic_string` and its specializations, such as `string…
154 // ABI impact: changes the iterator type of `vector` (except `vector<bool>`).