Searched refs:LifetimeExtend (Results 1 – 1 of 1) sorted by relevance
362 struct LifetimeExtend { LifetimeExtend(int); ~LifetimeExtend(); }; struct363 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; };364 struct AggregateRef { const LifetimeExtend &a; const LifetimeExtend &b; };371 const LifetimeExtend &l = LifetimeExtend(1); in test_lifetime_extended_temporaries()380 const int &l = (LifetimeExtend(2), 2); in test_lifetime_extended_temporaries()389 const LifetimeExtend &l = (3, LifetimeExtend(3)); in test_lifetime_extended_temporaries()398 Aggregate a{LifetimeExtend(4), LifetimeExtend(4)}; in test_lifetime_extended_temporaries()407 AggregateRef a{LifetimeExtend(5), LifetimeExtend(5)}; in test_lifetime_extended_temporaries()