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.cpp1164 bool nextIsEnd; in emitCatchDispatchBlock() local
1171 nextIsEnd = true; in emitCatchDispatchBlock()
1177 nextIsEnd = true; in emitCatchDispatchBlock()
1182 nextIsEnd = false; in emitCatchDispatchBlock()
1195 if (nextIsEnd) { in emitCatchDispatchBlock()