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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp792 bool hasCatchAll = false; local
808 assert(!hasCatchAll && "EH filter reached after catch-all");
822 assert(!hasCatchAll);
823 hasCatchAll = true;
841 assert(!hasCatchAll);
842 hasCatchAll = true;
855 assert(!(hasCatchAll && hasFilter));
856 if (hasCatchAll) {

Completed in 76 milliseconds