Searched refs:final_val (Results 1 – 3 of 3) sorted by relevance
25 %parse-param { double *final_val }51 static void expr_error(double *final_val __maybe_unused,79 all_expr: if_expr { *final_val = $1; }
228 int expr__parse(double *final_val, struct expr_parse_ctx *ctx, in expr__parse() argument231 return __expr__parse(final_val, ctx, expr, EXPR_PARSE, runtime) ? -1 : 0; in expr__parse()
55 int expr__parse(double *final_val, struct expr_parse_ctx *ctx,