Home | History | Annotate | Download | only in Sema

Lines Matching refs:TypeSize

7409   unsigned TypeSize = Context.getTypeSize(VTy->getElementType());
7410 if (TypeSize == Context.getTypeSize(Context.CharTy))
7412 else if (TypeSize == Context.getTypeSize(Context.ShortTy))
7414 else if (TypeSize == Context.getTypeSize(Context.IntTy))
7416 else if (TypeSize == Context.getTypeSize(Context.LongTy))
7418 assert(TypeSize == Context.getTypeSize(Context.LongLongTy) &&