Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp956 bool nextIsEnd; in emitCatchDispatchBlock() local
963 nextIsEnd = true; in emitCatchDispatchBlock()
969 nextIsEnd = true; in emitCatchDispatchBlock()
974 nextIsEnd = false; in emitCatchDispatchBlock()
987 if (nextIsEnd) { in emitCatchDispatchBlock()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp1102 bool nextIsEnd; in emitCatchDispatchBlock() local
1109 nextIsEnd = true; in emitCatchDispatchBlock()
1115 nextIsEnd = true; in emitCatchDispatchBlock()
1120 nextIsEnd = false; in emitCatchDispatchBlock()
1133 if (nextIsEnd) { in emitCatchDispatchBlock()