Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTypeSize

1475     if (Context.getTypeSize(DestTy) == Context.getTypeSize(SrcTy)) {
1512 && Self.Context.getTypeSize(DestType) > Self.Context.getTypeSize(SrcType))
1611 if (Self.Context.getTypeSize(DestMemPtr) !=
1612 Self.Context.getTypeSize(SrcMemPtr)) {
1629 if (Self.Context.getTypeSize(SrcType) >
1630 Self.Context.getTypeSize(DestType)) {
1651 if (Self.Context.getTypeSize(SrcType)
1652 == Self.Context.getTypeSize(DestType)) {
1702 if ((Self.Context.getTypeSize(SrcType) >
1703 Self.Context.getTypeSize(DestType)) &&