Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp916 LabelTy LabelTrue = this->getLabel(); in VisitLogicalBinOp() local
921 if (!this->jumpTrue(LabelTrue)) in VisitLogicalBinOp()
929 this->emitLabel(LabelTrue); in VisitLogicalBinOp()
5376 LabelTy LabelTrue = this->getLabel(); in emitComplexBoolCast() local
5377 if (!this->jumpTrue(LabelTrue)) in emitComplexBoolCast()
5393 this->emitLabel(LabelTrue); in emitComplexBoolCast()