reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
14527 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); 14528 if (Context.typesAreCompatible(PromoteType, TInfo->getType())) 14529 PromoteType = QualType(); 14532 PromoteType = Context.DoubleTy; 14533 if (!PromoteType.isNull()) 14537 << PromoteType