Searched refs:CurCase (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1602 const CaseStmt *CurCase = &S; local
1607 CurCase = NextCase;
1609 Builder.getInt(CurCase->getLHS()->EvaluateKnownConstInt(getContext()));
1615 EmitBlockWithFallThrough(CaseDest, CurCase);
1623 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt());
1629 if (CurCase->getSubStmt()->getStmtClass() == Stmt::DefaultStmtClass)
1630 EmitStopPoint(CurCase);
1633 EmitStmt(CurCase->getSubStmt());

Completed in 126 milliseconds