Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp795 bool hasCleanup = false; in EmitLandingPad() local
805 hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup()); in EmitLandingPad()
879 if (hasCleanup) in EmitLandingPad()
883 } else if (hasCleanup) { in EmitLandingPad()