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

/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.c1649 operatorT op_left;
1664 op_left = operator (&op_chars);
1665 while (op_left != O_illegal && op_rank[(int) op_left] > rank)
1672 rightseg = expr (op_rank[(int) op_left], &right, mode);
1684 if (op_left == O_index)
1698 || op_rank[(int) op_right] <= op_rank[(int) op_left]);
1699 know ((int) op_left >= (int) O_multiply
1700 && (int) op_left <= (int) O_index);
1705 /* operator in op_left
1642 operatorT op_left; local
[all...]

Completed in 76 milliseconds