Lines Matching defs:op_unit
92 %type <obj> op_unit
651 op_list : op_unit
653 TRACE_MESSAGE('y', ("op_list: op_unit\n"));
656 | op_list op_unit
658 TRACE_MESSAGE('y', ("op_list: op_list op_unit\n"));
663 op_unit : /* */ SC
665 TRACE_MESSAGE('y', ("op_unit: / *null */;\n"));
670 TRACE_MESSAGE('y', ("op_unit: expr;\n"));
726 $$ = op_unit(ITM_OP_DIRECTION, NULL, 0, NULL, 0, NULL, 0);
737 $$ = op_unit(ITM_OP_OPERATION, NULL, 0, NULL, 0, NULL, 0);
760 $$ = op_unit(ITM_OP_MAP, NULL, 0, NULL, 0, NULL, 0);
771 $$ = op_unit(ITM_OP_MAP, NULL, 0, $3,
781 TRACE_MESSAGE('y', ("op_unit: op_if_else\n"));
818 $$ = op_unit(ITM_OP_IF,
833 $$ = op_unit(ITM_OP_IF_ELSE,
848 $$ = op_unit(ITM_OP_IF_ELSE,