Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp2322 CFGBlock *LabelBlock = Block; in VisitLabelStmt() local
2324 if (!LabelBlock) // This can happen when the body is empty, i.e. in VisitLabelStmt()
2325 LabelBlock = createBlock(); // scopes that only contains NullStmts. in VisitLabelStmt()
2329 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()
2335 LabelBlock->setLabel(L); in VisitLabelStmt()
2343 Succ = LabelBlock; in VisitLabelStmt()
2345 return LabelBlock; in VisitLabelStmt()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp3237 CFGBlock *LabelBlock = Block; in VisitLabelStmt() local
3239 if (!LabelBlock) // This can happen when the body is empty, i.e. in VisitLabelStmt()
3240 LabelBlock = createBlock(); // scopes that only contains NullStmts. in VisitLabelStmt()
3244 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt()
3250 LabelBlock->setLabel(L); in VisitLabelStmt()
3258 Succ = LabelBlock; in VisitLabelStmt()
3260 return LabelBlock; in VisitLabelStmt()