Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp387 LabelTy LabelEnd = this->getLabel(); in visitIfStmt() local
392 if (!this->jump(LabelEnd)) in visitIfStmt()
397 this->emitLabel(LabelEnd); in visitIfStmt()
399 LabelTy LabelEnd = this->getLabel(); in visitIfStmt() local
400 if (!this->jumpFalse(LabelEnd)) in visitIfStmt()
404 this->emitLabel(LabelEnd); in visitIfStmt()
H A DByteCodeExprGen.cpp548 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()
1140 if (!this->jump(LabelEnd)) in VisitAbstractConditionalOperator()
1148 this->fallthrough(LabelEnd); in VisitAbstractConditionalOperator()
[all …]