Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A 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;
A Dexpr.h53 int expr__parse(double *final_val, struct expr_parse_ctx *ctx,
A Dexpr.c374 int expr__parse(double *final_val, struct expr_parse_ctx *ctx, in expr__parse() argument
377 return __expr__parse(final_val, ctx, expr, /*compute_ids=*/false) ? -1 : 0; in expr__parse()

Completed in 7 milliseconds