Lines Matching refs:generate_instr_drop

567 generate_instr_drop(cctx_T *cctx, isntype_T isn_type, int drop)  in generate_instr_drop()  function
705 isn_T *isn = generate_instr_drop(cctx, in generate_add_instr()
792 isn = generate_instr_drop(cctx, ISN_OPNR, 1); in generate_two_op()
795 isn = generate_instr_drop(cctx, ISN_OPFLOAT, 1); in generate_two_op()
798 isn = generate_instr_drop(cctx, ISN_OPANY, 1); in generate_two_op()
812 isn = generate_instr_drop(cctx, in generate_two_op()
1369 if ((isn = generate_instr_drop(cctx, isn_type, 1)) == NULL) in generate_STORE()
1388 if ((isn = generate_instr_drop(cctx, ISN_STOREOUTER, 1)) == NULL) in generate_STOREOUTER()
1422 if ((isn = generate_instr_drop(cctx, ISN_STOREOPT, 1)) == NULL) in generate_STOREOPT()
1548 isn = generate_instr_drop(cctx, isn_type, 1); in generate_OLDSCRIPT()
1576 isn = generate_instr_drop(cctx, isn_type, 1); in generate_VIM9SCRIPT()
2235 if ((isn = generate_instr_drop(cctx, ISN_ECHO, count)) == NULL) in generate_ECHO()
2251 if ((isn = generate_instr_drop(cctx, isn_type, count)) == NULL) in generate_MULT_EXPR()
2310 if ((isn = generate_instr_drop(cctx, ISN_EXECCONCAT, count)) == NULL) in generate_EXECCONCAT()
2937 if (generate_instr_drop(cctx, ISN_MEMBER, 1) == FAIL) in compile_member()
2946 ? generate_instr_drop(cctx, ISN_STRSLICE, 2) in compile_member()
2947 : generate_instr_drop(cctx, ISN_STRINDEX, 1)) == FAIL) in compile_member()
2955 if (generate_instr_drop(cctx, ISN_BLOBSLICE, 2) == FAIL) in compile_member()
2961 if (generate_instr_drop(cctx, ISN_BLOBINDEX, 1) == FAIL) in compile_member()
2969 if (generate_instr_drop(cctx, in compile_member()
2983 if (generate_instr_drop(cctx, in compile_member()
5111 generate_instr_drop(cctx, ISN_CONCAT, 1); in compile_expr5()
6832 if (generate_instr_drop(cctx, ISN_STORERANGE, 4) == NULL) in compile_assign_unlet()
6837 isn_T *isn = generate_instr_drop(cctx, ISN_STOREINDEX, 3); in compile_assign_unlet()
6846 if (generate_instr_drop(cctx, ISN_UNLETRANGE, 3) == NULL) in compile_assign_unlet()
6851 if (generate_instr_drop(cctx, ISN_UNLETINDEX, 2) == NULL) in compile_assign_unlet()
7276 if (generate_instr_drop(cctx, ISN_CONCAT, 1) == NULL) in compile_assignment()
7345 if (generate_instr_drop(cctx, ISN_DROP, 1) == NULL) in compile_assignment()
8253 if (generate_instr_drop(cctx, ISN_DROP, 1) == NULL) in compile_for()
8356 if (generate_instr_drop(cctx, ISN_DROP, 1) == NULL) in compile_endfor()
8915 if (generate_instr_drop(cctx, ISN_THROW, 1) == NULL) in compile_throw()
8943 generate_instr_drop(cctx, ISN_DROP, 1); in compile_eval()
9395 generate_instr_drop(cctx, ISN_CONCAT, 1); in compile_redir()