Searched refs:LifetimeExtend (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Dcfg.cpp382 struct LifetimeExtend { LifetimeExtend(int); ~LifetimeExtend(); }; struct
383 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; };
384 struct AggregateRef { const LifetimeExtend &a; const LifetimeExtend &b; };
386 // CHECK: LifetimeExtend(1);
388 // CHECK-NEXT: ~LifetimeExtend()
389 // CHECK-NOT: ~LifetimeExtend()
[all...]

Completed in 352 milliseconds