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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp806 bool hasCleanup = false; local
816 hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup());
887 if (hasCleanup)
891 } else if (hasCleanup) {

Completed in 54 milliseconds