Home | History | Annotate | Download | only in CodeGen

Lines Matching full:retty

587                                     QualType RetTy,
601 FnRetTy = RetTy;
668 getContext().getFunctionType(RetTy, ArgTypes,
679 if (RetTy->isVoidType()) {
703 ReturnValue = CreateIRTemp(RetTy, "retval");
710 RetTy->isObjCRetainableType())