Searched refs:parse_expr (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/syn/ |
| H A D | expr.rs | 1283 return parse_expr(input, expr, allow_struct, Precedence::MIN); in parse_with_earlier_boundary_rule() 1293 return parse_expr(input, expr, allow_struct, Precedence::MIN); in parse_with_earlier_boundary_rule() 1312 fn parse_expr( in parse_expr() function 1393 fn parse_expr(input: ParseStream, mut lhs: Expr, base: Precedence) -> Result<Expr> { in parse_expr() function 1449 rhs = parse_expr( in parse_binop_rhs() 1494 parse_expr( in ambiguous_expr() 2223 parse_expr(input, lhs, allow_struct, Precedence::Compare)? in expr_let()
|
| /linux/kernel/trace/ |
| H A D | trace_events_hist.c | 2537 static struct hist_field *parse_expr(struct hist_trigger_data *hist_data, 2597 operand1 = parse_expr(hist_data, file, str, operand_flags, NULL, n_subexprs); in parse_unary() 2674 static struct hist_field *parse_expr(struct hist_trigger_data *hist_data, in parse_expr() function 2718 operand1 = parse_expr(hist_data, file, operand1_str, operand_flags, NULL, n_subexprs); in parse_expr() 2730 operand2 = parse_expr(hist_data, file, str, operand_flags, NULL, n_subexprs); in parse_expr() 4255 hist_field = parse_expr(hist_data, file, field_str, flags, var_name, &n_subexprs); in __create_val_field() 4520 hist_field = parse_expr(hist_data, file, field_str, flags, in create_key_field()
|