Lines Matching refs:error_store

558 global _Noreturn void error_store (object array, object value) {  in error_store()  function
712 error_store(STACK_0,element); in storagevector_store()
2173 if (!charp(value)) error_store(dv2,value); in elt_copy_T_Char()
2191 if (!charp(value)) error_store(dv2,value); in elt_copy_T_Char()
2211 if (!charp(value)) error_store(dv2,value); in elt_copy_T_Char()
2348 if (!uint1_p(value)) error_store(dv2,value); in elt_copy_T_Bit()
2362 if (value >= bit(1)) error_store(dv2,fixnum(value)); in elt_copy_2Bit_Bit()
2376 if (value >= bit(1)) error_store(dv2,fixnum(value)); in elt_copy_4Bit_Bit()
2390 if (value >= bit(1)) error_store(dv2,fixnum(value)); in elt_copy_8Bit_Bit()
2402 if (value >= bit(1)) error_store(dv2,fixnum(value)); in elt_copy_16Bit_Bit()
2417 error_store(popSTACK(),tmp); in elt_copy_32Bit_Bit()
2430 if (!uint2_p(value)) error_store(dv2,value); in elt_copy_T_2Bit()
2457 if (value >= bit(2)) error_store(dv2,fixnum(value)); in elt_copy_4Bit_2Bit()
2471 if (value >= bit(2)) error_store(dv2,fixnum(value)); in elt_copy_8Bit_2Bit()
2483 if (value >= bit(2)) error_store(dv2,fixnum(value)); in elt_copy_16Bit_2Bit()
2498 error_store(popSTACK(),tmp); in elt_copy_32Bit_2Bit()
2511 if (!uint4_p(value)) error_store(dv2,value); in elt_copy_T_4Bit()
2551 if (value >= bit(4)) error_store(dv2,fixnum(value)); in elt_copy_8Bit_4Bit()
2563 if (value >= bit(4)) error_store(dv2,fixnum(value)); in elt_copy_16Bit_4Bit()
2578 error_store(popSTACK(),tmp); in elt_copy_32Bit_4Bit()
2591 if (!uint8_p(value)) error_store(dv2,value); in elt_copy_T_8Bit()
2639 if (value >= bit(8)) error_store(dv2,fixnum(value)); in elt_copy_16Bit_8Bit()
2652 error_store(popSTACK(),tmp); in elt_copy_32Bit_8Bit()
2663 if (!uint16_p(value)) error_store(dv2,value); in elt_copy_T_16Bit()
2722 error_store(popSTACK(),tmp); in elt_copy_32Bit_16Bit()
2733 if (!uint32_p(value)) error_store(dv2,value); in elt_copy_T_32Bit()
2989 error_store(popSTACK(),elt1); in elt_copy()