Home
last modified time | relevance | path

Searched refs:hasCleanup (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp718 bool hasCleanup = false; in EmitLandingPad() local
728 hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup()); in EmitLandingPad()
797 if (hasCleanup) in EmitLandingPad()
801 } else if (hasCleanup) { in EmitLandingPad()