Lines Matching refs:op_unit
92 %type <obj> op_unit
651 op_list : op_unit
656 | op_list op_unit
663 op_unit : /* */ SC
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,
818 $$ = op_unit(ITM_OP_IF,
833 $$ = op_unit(ITM_OP_IF_ELSE,
848 $$ = op_unit(ITM_OP_IF_ELSE,