Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dexpr.y25 %parse-param { double *final_val }
51 static void expr_error(double *final_val __maybe_unused,
79 all_expr: if_expr { *final_val = $1; }
Dexpr.c228 int expr__parse(double *final_val, struct expr_parse_ctx *ctx, in expr__parse() argument
231 return __expr__parse(final_val, ctx, expr, EXPR_PARSE, runtime) ? -1 : 0; in expr__parse()
Dexpr.h55 int expr__parse(double *final_val, struct expr_parse_ctx *ctx,