Searched refs:final_val (Results 1 – 3 of 3) sorted by relevance
16 %parse-param { double *final_val }58 static void expr_error(double *final_val __maybe_unused,150 if (final_val)151 *final_val = $1.val;
48 int expr__parse(double *final_val, struct expr_parse_ctx *ctx,
369 int expr__parse(double *final_val, struct expr_parse_ctx *ctx, in expr__parse() argument372 return __expr__parse(final_val, ctx, expr, /*compute_ids=*/false) ? -1 : 0; in expr__parse()