Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4660 unsigned RCount = FnBeginRegionCount.back(); in EmitFunctionEnd() local
4661 assert(RCount <= LexicalBlockStack.size() && "Region stack mismatch"); in EmitFunctionEnd()
4664 while (LexicalBlockStack.size() != RCount) { in EmitFunctionEnd()