reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6830 if (RetTy->isVoidType()) 6832 if (isVectorArgumentType(RetTy)) 6834 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) 6834 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) 6835 return getNaturalAlignIndirect(RetTy); 6836 return (isPromotableIntegerType(RetTy) ? ABIArgInfo::getExtend(RetTy) 6836 return (isPromotableIntegerType(RetTy) ? ABIArgInfo::getExtend(RetTy)