Searched refs:LifetimeExtend (Results 1 – 1 of 1) sorted by relevance
382 struct LifetimeExtend { LifetimeExtend(int); ~LifetimeExtend(); }; struct383 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; };384 struct AggregateRef { const LifetimeExtend &a; const LifetimeExtend &b; };391 const LifetimeExtend &l = LifetimeExtend(1); in test_lifetime_extended_temporaries()400 const int &l = (LifetimeExtend(2), 2); in test_lifetime_extended_temporaries()409 const LifetimeExtend &l = (3, LifetimeExtend(3)); in test_lifetime_extended_temporaries()418 Aggregate a{LifetimeExtend(4), LifetimeExtend(4)}; in test_lifetime_extended_temporaries()427 AggregateRef a{LifetimeExtend(5), LifetimeExtend(5)}; in test_lifetime_extended_temporaries()