Searched defs:CheckAutoDestructor (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Ddtor.cpp384 struct CheckAutoDestructor { struct in namespace:LifetimeExtension
386 CheckAutoDestructor():bool_(true) {} function in struct:LifetimeExtension::CheckAutoDestructor
410 if (CheckAutoDestructor())
416 if (CheckAutoDestructor c = CheckAutoDestructor())

Completed in 50 milliseconds