Home | History | Annotate | Download | only in src

Lines Matching defs:IsJump

260   virtual bool IsJump() const { return false; }
462 virtual bool IsJump() const OVERRIDE {
463 return !statements_.is_empty() && statements_.last()->IsJump()
1032 virtual bool IsJump() const OVERRIDE { return expression_->IsThrow(); }
1045 virtual bool IsJump() const FINAL OVERRIDE { return true; }
1195 virtual bool IsJump() const OVERRIDE {
1196 IsJump()
1197 && HasElseStatement() && else_statement()->IsJump();