Searched refs:BC_RESULT_VOID (Results 1 – 4 of 4) sorted by relevance
273 case BC_RESULT_VOID: in bc_result_copy()316 case BC_RESULT_VOID: in bc_result_free()
61 assert(r->t != BC_RESULT_VOID); in bc_program_type_num()249 case BC_RESULT_VOID: in bc_program_num()273 if (BC_ERR((*r)->t == BC_RESULT_VOID)) bc_vm_err(BC_ERR_EXEC_VOID_VAL); in bc_program_operand()301 assert(lt != BC_RESULT_VOID && (*r)->t != BC_RESULT_VOID); in bc_program_binPrep()583 if (r->t == BC_RESULT_VOID) { in bc_program_print()1096 if (BC_ERR(arg->t == BC_RESULT_VOID)) bc_vm_err(BC_ERR_EXEC_VOID_VAL); in bc_program_call()1160 else if (inst == BC_INST_RET_VOID) res->t = BC_RESULT_VOID; in bc_program_return()
263 BC_RESULT_VOID, enumerator
287 BC_RESULT_VOID, enumerator2451 case BC_RESULT_VOID: in bc_result_free()4611 case BC_RESULT_VOID: in bc_program_num()4827 if (r->t == BC_RESULT_VOID) { in bc_program_print()5221 else if (inst == BC_INST_RET_VOID) res.t = BC_RESULT_VOID; in bc_program_return()