| 359 | /// These are uint8_t instead of bool to simplify codegen with IRBuilder. |
| 360 | /// TODO: is there actually a valid reason why this is necessary for codegen? |
| 361 | uint8_t* ALWAYS_INLINE cur_expr_values_null() const { return cur_expr_values_null_; } |
| 362 | |
| 363 | /// Returns the offset into the results buffer of the expression value at 'expr_idx'. |
| 364 | int ALWAYS_INLINE expr_values_offsets(int expr_idx) const { |
no outgoing calls
no test coverage detected