reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
553 CanQualType CanRetTy = Ctx.getCanonicalType(RetTy); 564 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap() 567 const uint64_t voidPtrSize = Ctx.getTypeSize(Ctx.VoidPtrTy); 567 const uint64_t voidPtrSize = Ctx.getTypeSize(Ctx.VoidPtrTy); 568 const uint64_t returnTypeSize = Ctx.getTypeSize(CanRetTy); 572 !(supportsNilWithFloatRet(Ctx.getTargetInfo().getTriple()) && 573 (Ctx.FloatTy == CanRetTy || 574 Ctx.DoubleTy == CanRetTy || 575 Ctx.LongDoubleTy == CanRetTy || 576 Ctx.LongLongTy == CanRetTy || 577 Ctx.UnsignedLongLongTy == CanRetTy)))) {