reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3862 SRetPtr = CreateMemTemp(RetTy, "tmp", &SRetAlloca); 3865 CGM.getDataLayout().getTypeAllocSize(ConvertTypeForMem(RetTy)); 4405 getDebugInfo()->addHeapAllocSiteMetadata(CI, RetTy, Loc); 4448 return GetUndefRValue(RetTy); 4496 RValue ret = convertTempToRValue(SRetPtr, RetTy, SourceLocation()); 4505 return GetUndefRValue(RetTy); 4509 llvm::Type *RetIRTy = ConvertType(RetTy); 4511 switch (getEvaluationKind(RetTy)) { 4522 DestPtr = CreateMemTemp(RetTy, "agg.tmp"); 4544 DestPtr = CreateMemTemp(RetTy, "coerce"); 4552 return convertTempToRValue(DestPtr, RetTy, SourceLocation()); 4571 EmitAlignmentAssumption(Ret.getScalarVal(), RetTy, Loc, AA->getLocation(), 4577 EmitAlignmentAssumption(Ret.getScalarVal(), RetTy, Loc, AA->getLocation(),