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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp805 bool hasCatchAll = false; local
821 assert(!hasCatchAll && "EH filter reached after catch-all");
835 assert(!hasCatchAll);
836 hasCatchAll = true;
851 assert(!hasCatchAll);
852 hasCatchAll = true;
865 assert(!(hasCatchAll && hasFilter));
866 if (hasCatchAll) {

Completed in 72 milliseconds