Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp275 LabelTy LabelEnd = this->getLabel(); in visitIfStmt() local
280 if (!this->jump(LabelEnd)) in visitIfStmt()
285 this->emitLabel(LabelEnd); in visitIfStmt()
287 LabelTy LabelEnd = this->getLabel(); in visitIfStmt() local
288 if (!this->jumpFalse(LabelEnd)) in visitIfStmt()
292 this->emitLabel(LabelEnd); in visitIfStmt()
H A DByteCodeExprGen.cpp460 LabelTy LabelEnd = this->getLabel(); // Label after the operator. in VisitAbstractConditionalOperator() local
470 if (!this->jump(LabelEnd)) in VisitAbstractConditionalOperator()
478 this->fallthrough(LabelEnd); in VisitAbstractConditionalOperator()
479 this->emitLabel(LabelEnd); in VisitAbstractConditionalOperator()