Home | History | Annotate | Download | only in Sema

Lines Matching refs:TypeSize

9007   unsigned TypeSize = Context.getTypeSize(VTy->getElementType());
9008 if (TypeSize == Context.getTypeSize(Context.CharTy))
9010 else if (TypeSize == Context.getTypeSize(Context.ShortTy))
9012 else if (TypeSize == Context.getTypeSize(Context.IntTy))
9014 else if (TypeSize == Context.getTypeSize(Context.LongTy))
9016 assert(TypeSize == Context.getTypeSize(Context.LongLongTy) &&