Lines Matching refs:LabelEnd
548 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp() local
557 if (!this->jump(LabelEnd)) in VisitLogicalBinOp()
562 this->fallthrough(LabelEnd); in VisitLogicalBinOp()
563 this->emitLabel(LabelEnd); in VisitLogicalBinOp()
570 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp() local
579 if (!this->jump(LabelEnd)) in VisitLogicalBinOp()
584 this->fallthrough(LabelEnd); in VisitLogicalBinOp()
585 this->emitLabel(LabelEnd); in VisitLogicalBinOp()
1129 LabelTy LabelEnd = this->getLabel(); // Label after the operator. in VisitAbstractConditionalOperator() local
1140 if (!this->jump(LabelEnd)) in VisitAbstractConditionalOperator()
1148 this->fallthrough(LabelEnd); in VisitAbstractConditionalOperator()
1149 this->emitLabel(LabelEnd); in VisitAbstractConditionalOperator()