reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3560 Ty = Context.HalfTy; 3566 Ty = Context.FloatTy; 3568 Ty = Context.LongDoubleTy; 3570 Ty = Context.Float16Ty; 3572 Ty = Context.Float128Ty; 3574 Ty = Context.DoubleTy; 3576 Res = BuildFloatingLiteral(*this, Literal, Ty, Tok.getLocation()); 3578 if (Ty == Context.DoubleTy) { 3580 const BuiltinType *BTy = Ty->getAs<BuiltinType>();