Searched refs:MTE (Results 1 – 8 of 8) sorted by relevance
462 if (MaterializeTemporaryExpr *MTE = in BuildScopeInformation() local464 if (MTE->getStorageDuration() == SD_Automatic) { in BuildScopeInformation()468 MTE->GetTemporaryExpr()->skipRValueSubobjectAdjustments( in BuildScopeInformation()
5900 MaterializeTemporaryExpr *MTE = new (S.Context) MaterializeTemporaryExpr( in Perform() local5908 if (performReferenceExtension(MTE, ExtendingEntity)) in Perform()5917 MTE->getType()->isObjCLifetimeType()) || in Perform()5918 (MTE->getStorageDuration() == SD_Automatic && in Perform()5919 MTE->getType().isDestructedType())) in Perform()5922 CurInit = MTE; in Perform()6296 MaterializeTemporaryExpr *MTE = new (S.Context) in Perform() local6304 if (performReferenceExtension(MTE, ExtendingEntity)) in Perform()6310 CurInit = new (S.Context) CXXStdInitializerListExpr(Step->Type, MTE); in Perform()
2843 if (MaterializeTemporaryExpr *MTE = dyn_cast<MaterializeTemporaryExpr>(Init)) in TransformInitializer() local2844 Init = MTE->GetTemporaryExpr(); in TransformInitializer()
4328 MTE: EMissingTokenException absolute E;4351 if (MTE.Expecting = TToken.EOF) then4354 TokenName := TokenNames[MTE.Expecting];5394 MTE: EMismatchedTokenException absolute E;5403 + ' expecting ' + GetCharErrorDisplay(MTE.Expecting)5458 MTE: EMismatchedTokenException;5469 MTE := EMismatchedTokenException.Create(Integer(S[I]), FInput);5470 Recover(MTE); // don't really recover; just consume in lexer5471 raise MTE;5480 MTE: EMismatchedTokenException;[all …]
963 MaterializeTemporaryExpr *MTE = cast<MaterializeTemporaryExpr>(E); in EmitLValue() local964 assert(MTE->getStorageDuration() == SD_Static); in EmitLValue()967 const Expr *Inner = MTE->GetTemporaryExpr() in EmitLValue()969 return CGM.GetAddrOfGlobalTemporary(MTE, Inner); in EmitLValue()
834 if (const MaterializeTemporaryExpr *MTE = in Visit() local836 ArgE = MTE->GetTemporaryExpr(); in Visit()1100 const MaterializeTemporaryExpr *MTE = cast<MaterializeTemporaryExpr>(S); in Visit() local1101 CreateCXXTemporaryObject(MTE, Pred, Dst); in Visit()
71 if (const MaterializeTemporaryExpr *MTE = in getType() local75 const Expr *Temp = MTE->GetTemporaryExpr(); in getType()2537 if (const MaterializeTemporaryExpr *MTE = in findCompleteObject() local2539 assert(MTE->getStorageDuration() == SD_Static && in findCompleteObject()2557 const ValueDecl *ED = MTE->getExtendingDecl(); in findCompleteObject()2562 Info.Note(MTE->getExprLoc(), diag::note_constexpr_temporary_here); in findCompleteObject()2566 BaseVal = Info.Ctx.getMaterializedTemporaryValue(MTE, false); in findCompleteObject()
1051 if (const MaterializeTemporaryExpr *MTE in getReferenceInitTemporaryType() local1053 Init = MTE->GetTemporaryExpr(); in getReferenceInitTemporaryType()