Lines Matching defs:IsUnaligned
3931 bool &IsUnaligned) {
3941 IsUnaligned = false;
3946 IsUnaligned = PointeeType.getQualifiers().hasUnaligned();
3969 bool IsConst, IsVolatile, IsUnaligned;
3971 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned);
3980 if (IsUnaligned)
4387 bool IsConst, IsVolatile, IsUnaligned;
4388 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned);
4404 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned,
4421 if (IsUnaligned)