Lines Matching refs:LabelTy

123   using LabelTy = typename Compiler<Emitter>::LabelTy;  typedef in clang::interp::LoopScope
126 LoopScope(Compiler<Emitter> *Ctx, LabelTy BreakLabel, LabelTy ContinueLabel) in LoopScope()
154 using LabelTy = typename Compiler<Emitter>::LabelTy; typedef in clang::interp::SwitchScope
158 SwitchScope(Compiler<Emitter> *Ctx, CaseMap &&CaseLabels, LabelTy BreakLabel, in SwitchScope()
1074 LabelTy LabelTrue = this->getLabel(); in VisitLogicalBinOp()
1075 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp()
1096 LabelTy LabelFalse = this->getLabel(); in VisitLogicalBinOp()
1097 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp()
2421 LabelTy LabelEnd = this->getLabel(); // Label after the operator. in VisitAbstractConditionalOperator()
2422 LabelTy LabelFalse = this->getLabel(); // Label for the false expr. in VisitAbstractConditionalOperator()
3578 LabelTy EndLabel = this->getLabel(); in VisitCXXNewExpr()
3579 LabelTy StartLabel = this->getLabel(); in VisitCXXNewExpr()
4862 LabelTy EndLabel = this->getLabel(); in VisitBuiltinCallExpr()
5432 LabelTy LabelElse = this->getLabel(); in visitIfStmt()
5433 LabelTy LabelEnd = this->getLabel(); in visitIfStmt()
5445 LabelTy LabelEnd = this->getLabel(); in visitIfStmt()
5461 LabelTy CondLabel = this->getLabel(); // Label before the condition. in visitWhileStmt()
5462 LabelTy EndLabel = this->getLabel(); // Label after the loop. in visitWhileStmt()
5501 LabelTy StartLabel = this->getLabel(); in visitDoStmt()
5502 LabelTy EndLabel = this->getLabel(); in visitDoStmt()
5503 LabelTy CondLabel = this->getLabel(); in visitDoStmt()
5537 LabelTy EndLabel = this->getLabel(); in visitForStmt()
5538 LabelTy CondLabel = this->getLabel(); in visitForStmt()
5539 LabelTy IncLabel = this->getLabel(); in visitForStmt()
5593 LabelTy EndLabel = this->getLabel(); in visitCXXForRangeStmt()
5594 LabelTy CondLabel = this->getLabel(); in visitCXXForRangeStmt()
5595 LabelTy IncLabel = this->getLabel(); in visitCXXForRangeStmt()
5669 LabelTy EndLabel = this->getLabel(); in visitSwitchStmt()
6794 LabelTy LabelTrue = this->getLabel(); in emitComplexBoolCast()
6808 LabelTy EndLabel = this->getLabel(); in emitComplexBoolCast()