reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
987 if (!(SrcType->isIntegerType() && DstType->isIntegerType())) 996 assert(!DstType->isBooleanType() && "we should not get here with booleans."); 1002 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); 1012 EmitIntegerTruncationCheckHelper(Src, SrcType, Dst, DstType, Builder); 1021 CGF.EmitCheckTypeDescriptor(DstType),