Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGException.cpp724 bool hasCleanup = false; in EmitLandingPad() local
734 hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup()); in EmitLandingPad()
803 if (hasCleanup) in EmitLandingPad()
807 } else if (hasCleanup) { in EmitLandingPad()