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
667 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()692 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
785 case Comdat::SameSize: in getSelectionForCOFF()
2555 case Comdat::SameSize: in print()
545 case Comdat::SameSize: in getEncodedComdatSelectionKind()
319 return Comdat::SameSize; in getDecodedComdatSelectionKind()
488 SK = Comdat::SameSize; in parseComdat()