Lines Matching refs:ISN_DROP
843 isntype_T isntype = ISN_DROP; in get_compare_isn()
879 return ISN_DROP; in get_compare_isn()
881 if (isntype == ISN_DROP in get_compare_isn()
892 return ISN_DROP; in get_compare_isn()
900 if (get_compare_isn(type, tv1->v_type, tv2->v_type) == ISN_DROP) in check_compare_types()
925 if (isntype == ISN_DROP) in generate_COMPARE()
3159 isntype_T isn_type = ISN_DROP; in compile_load()
3201 if (isn_type != ISN_DROP) in compile_load()
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()
8943 generate_instr_drop(cctx, ISN_DROP, 1); in compile_eval()
10534 case ISN_DROP: in delete_instr()