Searched refs:op_left (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/
H A Dexpr.c1653 operatorT op_left;
1668 op_left = operator (&op_chars);
1669 while (op_left != O_illegal && op_rank[(int) op_left] > rank)
1676 rightseg = expr (op_rank[(int) op_left], &right, mode);
1688 if (op_left == O_index)
1702 || op_rank[(int) op_right] <= op_rank[(int) op_left]);
1703 know ((int) op_left >= (int) O_multiply
1704 && (int) op_left <= (int) O_index);
1709 /* operator in op_left
1646 operatorT op_left; local
[all...]
/haiku-buildtools/binutils/gas/
H A Dexpr.c1779 operatorT op_left;
1797 op_left = operatorf (&op_chars);
1798 while (op_left != O_illegal && op_rank[(int) op_left] > rank)
1806 rightseg = expr (op_rank[(int) op_left], &right, mode);
1818 if (op_left == O_index)
1831 know (op_right == O_illegal || op_left == O_index
1832 || op_rank[(int) op_right] <= op_rank[(int) op_left]);
1833 know ((int) op_left >= (int) O_multiply);
1835 know ((int) op_left <
1772 operatorT op_left; local
[all...]
/haiku-buildtools/isl/
H A Disl_ast.c1046 static int op_left[] = { variable
1117 if (op_prec[expr->u.op.op] == op_prec[op] && left != op_left[op])
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c1688 enum tree_code code_left, tree op_left,
1708 && INTEGRAL_TYPE_P (TREE_TYPE (op_left))
1709 && !CONSTANT_CLASS_P (op_left)
1710 && !TREE_NO_WARNING (op_left)
1721 TREE_NO_WARNING (op_left) = true;
1727 if (CONSTANT_CLASS_P (op_left) || CONSTANT_CLASS_P (op_right))
1731 if (!(truth_value_p (TREE_CODE (op_left))
1732 || INTEGRAL_TYPE_P (TREE_TYPE (op_left)))
1738 if (VECTOR_TYPE_P (TREE_TYPE (op_left))
1746 lhs = make_range (op_left,
1685 warn_logical_operator(location_t location, enum tree_code code, tree type, enum tree_code code_left, tree op_left, enum tree_code ARG_UNUSED (code_right), tree op_right) argument
[all...]

Completed in 69 milliseconds