Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1163 bool nextIsEnd; in emitCatchDispatchBlock() local
1170 nextIsEnd = true; in emitCatchDispatchBlock()
1176 nextIsEnd = true; in emitCatchDispatchBlock()
1181 nextIsEnd = false; in emitCatchDispatchBlock()
1194 if (nextIsEnd) { in emitCatchDispatchBlock()