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

/external/clang/lib/CodeGen/
H A DCGException.cpp749 bool hasCleanup = false; local
759 hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup());
828 if (hasCleanup)
832 } else if (hasCleanup) {

Completed in 386 milliseconds