Searched refs:operand2_flags (Results 1 – 1 of 1) sorted by relevance
2578 unsigned long operand2_flags = operand2->flags; in check_expr_operands() local2591 if ((operand2_flags & HIST_FIELD_FL_VAR_REF) || in check_expr_operands()2592 (operand2_flags & HIST_FIELD_FL_ALIAS)) { in check_expr_operands()2598 operand2_flags = var->flags; in check_expr_operands()2603 (operand2_flags & HIST_FIELD_FL_TIMESTAMP_USECS)) { in check_expr_operands()2618 unsigned long operand_flags, operand2_flags; in parse_expr() local2701 operand2_flags = var2 ? var2->flags : operand2->flags; in parse_expr()2707 combine_consts = operand_flags & operand2_flags & HIST_FIELD_FL_CONST; in parse_expr()2728 operand2_flags & HIST_FIELD_FL_CONST) { in parse_expr()