Searched refs:parse_expr (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/ |
H A D | 0002-yasm-Use-BUILD_DATE-for-reproducibility.patch | 27 static RegExp *parse_expr(void);
|
/openbmc/qemu/scripts/ |
H A D | minikconf.py | 466 val = self.parse_expr() 485 def parse_expr(self): member in KconfigParser 497 return self.parse_expr() 516 self.data.do_depends_on(var, self.parse_expr())
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_hist.c | 2523 static struct hist_field *parse_expr(struct hist_trigger_data *hist_data, 2583 operand1 = parse_expr(hist_data, file, str, operand_flags, NULL, n_subexprs); in parse_unary() 2660 static struct hist_field *parse_expr(struct hist_trigger_data *hist_data, in parse_expr() function 2704 operand1 = parse_expr(hist_data, file, operand1_str, operand_flags, NULL, n_subexprs); in parse_expr() 2716 operand2 = parse_expr(hist_data, file, str, operand_flags, NULL, n_subexprs); in parse_expr() 4239 hist_field = parse_expr(hist_data, file, field_str, flags, var_name, &n_subexprs); in __create_val_field() 4502 hist_field = parse_expr(hist_data, file, field_str, flags, in create_key_field()
|