Lines Matching full:operand
355 | [< 'Token.Kwd op when op != '(' && op != ')'; operand=parse_expr >] ->
356 Ast.Unary (op, operand)
456 | Ast.Unary (op, operand) ->
457 let operand = codegen_expr operand in
464 build_call callee [|operand|] "unop" builder
1056 | [< 'Token.Kwd op when op != '(' && op != ')'; operand=parse_expr >] ->
1057 Ast.Unary (op, operand)
1187 | Ast.Unary (op, operand) ->
1188 let operand = codegen_expr operand in
1195 build_call callee [|operand|] "unop" builder