Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp841 bool hasCleanup = false; in EmitLandingPad() local
851 hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup()); in EmitLandingPad()
922 if (hasCleanup) in EmitLandingPad()
926 } else if (hasCleanup) { in EmitLandingPad()