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!
38 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
669 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()689 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
852 case Comdat::SameSize: in getSelectionForCOFF()
549 case Comdat::SameSize: in getEncodedComdatSelectionKind()
3098 case Comdat::SameSize: in print()
684 return Comdat::SameSize; in getDecodedComdatSelectionKind()
489 SK = Comdat::SameSize; in parseComdat()