Searched refs:jumpTrue (Results 1 – 5 of 5) sorted by relevance
52 bool jumpTrue(const LabelTy &Label);
62 bool jumpTrue(const LabelTy &Label);
107 bool EvalEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() function in EvalEmitter
323 bool ByteCodeEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() function in ByteCodeEmitter
921 if (!this->jumpTrue(LabelTrue)) in VisitLogicalBinOp()4395 if (!this->jumpTrue(StartLabel)) in visitDoStmt()4572 if (!this->jumpTrue(CaseLabels[CS])) in visitSwitchStmt()5377 if (!this->jumpTrue(LabelTrue)) in emitComplexBoolCast()