Home | History | Annotate | Download | only in CodeGen

Lines Matching full:retty

242 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy,
251 FnRetTy = RetTy;
298 getContext().getFunctionType(RetTy, 0, 0,
311 if (RetTy->isVoidType()) {
320 ReturnValue = CreateIRTemp(RetTy, "retval");
327 RetTy->isObjCRetainableType())