Home | History | Annotate | Download | only in lint1

Lines Matching refs:Operator

86 the operator.
108 Each node has an operator that defines which other members may be accessed.
112 | Operator | Meaning |
116 | UPLUS | the unary operator `+u.ops.left` |
117 | PLUS | the binary operator `u.ops.left + u.ops.right` |
190 | op | `op_t` | an operator used in an expression |
191 | ln | `tnode_t` | the left-hand operand of a binary operator |
192 | rn | `tnode_t` | the right-hand operand of a binary operator |
203 | op | operator |
212 | build_binary | tree.c | Creates an expression for a unary or binary operator |