Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3033 CFGBlock *LabelBlock = Block; in VisitLabelStmt() local
3035 if (!LabelBlock) // This can happen when the body is empty, i.e. in VisitLabelStmt()
3036 LabelBlock = createBlock(); // scopes that only contains NullStmts. in VisitLabelStmt()
3040 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()
3046 LabelBlock->setLabel(L); in VisitLabelStmt()
3054 Succ = LabelBlock; in VisitLabelStmt()
3056 return LabelBlock; in VisitLabelStmt()