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

/linux-master/tools/perf/util/
H A Dexpr.h48 int expr__parse(double *final_val, struct expr_parse_ctx *ctx,
H A Dexpr.y18 %parse-param { double *final_val }
60 static void expr_error(double *final_val __maybe_unused,
152 if (final_val)
153 *final_val = $1.val;
H A Dexpr.c369 int expr__parse(double *final_val, struct expr_parse_ctx *ctx, argument
372 return __expr__parse(final_val, ctx, expr, /*compute_ids=*/false) ? -1 : 0;

Completed in 136 milliseconds