Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp257 LabelTy LabelTrue = this->getLabel(); in VisitCastExpr() local
258 if (!this->jumpTrue(LabelTrue)) in VisitCastExpr()
278 this->emitLabel(LabelTrue); in VisitCastExpr()
547 LabelTy LabelTrue = this->getLabel(); in VisitLogicalBinOp() local
552 if (!this->jumpTrue(LabelTrue)) in VisitLogicalBinOp()
560 this->emitLabel(LabelTrue); in VisitLogicalBinOp()