Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ResultType

179                                       QualType ResultType, RValue RV,
182 bool NullCheckValue = !ResultType->isReferenceType();
242 QualType ResultType = FPT->getResultType();
295 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
308 QualType ResultType = FPT->getResultType();
318 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResultType, FunctionArgs);
328 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,
359 CGM.getTypes().arrangeFunctionCall(ResultType, CallArgs, FPT->getExtInfo(),
375 if (!ResultType->isVoidType() &&
378 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
384 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
386 if (!ResultType->isVoidType() && Slot.isNull())
387 CGM.getCXXABI().EmitReturnFromThunk(*this, RV, ResultType);