Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp728 bool hasCleanup = false; in scan_eh_tab() local
826 hasCleanup = true; in scan_eh_tab()
835 results.reason = hasCleanup && actions & _UA_CLEANUP_PHASE in scan_eh_tab()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp847 bool hasCleanup = false; in EmitLandingPad() local
857 hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup()); in EmitLandingPad()
928 if (hasCleanup) in EmitLandingPad()
932 } else if (hasCleanup) { in EmitLandingPad()