Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1074 LabelTy LabelTrue = this->getLabel(); in VisitLogicalBinOp() local
1079 if (!this->jumpTrue(LabelTrue)) in VisitLogicalBinOp()
1087 this->emitLabel(LabelTrue); in VisitLogicalBinOp()
6794 LabelTy LabelTrue = this->getLabel(); in emitComplexBoolCast() local
6795 if (!this->jumpTrue(LabelTrue)) in emitComplexBoolCast()
6811 this->emitLabel(LabelTrue); in emitComplexBoolCast()