Searched refs:LabelEnd (Results 1 – 1 of 1) sorted by relevance
917 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp() local926 if (!this->jump(LabelEnd)) in VisitLogicalBinOp()931 this->fallthrough(LabelEnd); in VisitLogicalBinOp()932 this->emitLabel(LabelEnd); in VisitLogicalBinOp()939 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp() local948 if (!this->jump(LabelEnd)) in VisitLogicalBinOp()953 this->fallthrough(LabelEnd); in VisitLogicalBinOp()954 this->emitLabel(LabelEnd); in VisitLogicalBinOp()1856 LabelTy LabelEnd = this->getLabel(); // Label after the operator. in VisitAbstractConditionalOperator() local1867 if (!this->jump(LabelEnd)) in VisitAbstractConditionalOperator()[all …]