Searched refs:jumpTrue (Results 1 – 5 of 5) sorted by relevance
63 bool jumpTrue(const LabelTy &Label);
64 bool jumpTrue(const LabelTy &Label);
199 bool ByteCodeEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() function in ByteCodeEmitter
80 bool EvalEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() function in EvalEmitter
339 if (!this->jumpTrue(StartLabel)) in visitDoStmt()