Home
last modified time | relevance | path

Searched refs:final_val (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/perf/util/
Dexpr.y14 %parse-param { double *final_val }
56 static void expr_error(double *final_val __maybe_unused,
154 if (final_val)
155 *final_val = $1.val;
Dexpr.h52 int expr__parse(double *final_val, struct expr_parse_ctx *ctx,
Dexpr.c369 int expr__parse(double *final_val, struct expr_parse_ctx *ctx, in expr__parse() argument
372 return __expr__parse(final_val, ctx, expr, /*compute_ids=*/false) ? -1 : 0; in expr__parse()