Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ResultType

181                                       QualType ResultType, RValue RV,
184 bool NullCheckValue = !ResultType->isReferenceType();
244 QualType ResultType = FPT->getResultType();
297 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
310 QualType ResultType = FPT->getResultType();
320 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResultType, FunctionArgs);
330 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,
361 CGM.getTypes().getFunctionInfo(ResultType, CallArgs, FPT->getExtInfo());
376 if (!ResultType->isVoidType() &&
379 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
385 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
387 if (!ResultType->isVoidType() && Slot.isNull())
388 CGM.getCXXABI().EmitReturnFromThunk(*this, RV, ResultType);