Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp2254 CFGBlock *LabelBlock = Block; in VisitLabelStmt() local
2256 if (!LabelBlock) // This can happen when the body is empty, i.e. in VisitLabelStmt()
2257 LabelBlock = createBlock(); // scopes that only contains NullStmts. in VisitLabelStmt()
2261 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()
2267 LabelBlock->setLabel(L); in VisitLabelStmt()
2275 Succ = LabelBlock; in VisitLabelStmt()
2277 return LabelBlock; in VisitLabelStmt()