| 777 | ABSL_MUST_USE_RESULT std::unique_ptr<Expr> release_accu_init(); |
| 778 | |
| 779 | ABSL_MUST_USE_RESULT bool has_loop_condition() const { |
| 780 | return loop_condition_ != nullptr; |
| 781 | } |
| 782 | |
| 783 | ABSL_MUST_USE_RESULT const Expr& loop_condition() const |
| 784 | ABSL_ATTRIBUTE_LIFETIME_BOUND; |
no outgoing calls