Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp772 bool hasCleanup = false; in EmitLandingPad() local
782 hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup()); in EmitLandingPad()
856 if (hasCleanup) in EmitLandingPad()
860 } else if (hasCleanup) { in EmitLandingPad()