Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp917 LabelTy LabelEnd = this->getLabel(); in VisitLogicalBinOp() local
926 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() local
948 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() local
1867 if (!this->jump(LabelEnd)) in VisitAbstractConditionalOperator()
[all …]