Searched refs:SameSize (Results 1 – 9 of 9) sorted by relevance
192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; typedef194 template<typename... B, typename = SameSize<B...>>
7 ; CHECK: Linking COMDATs named 'foo': SameSize violated!
36 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
202 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()220 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
878 case Comdat::SameSize: in getSelectionForCOFF()
3355 case Comdat::SameSize: in print()
995 case Comdat::SameSize: in getEncodedComdatSelectionKind()
881 return Comdat::SameSize; in getDecodedComdatSelectionKind()
564 SK = Comdat::SameSize; in parseComdat()