Searched refs:consts (Results 1 – 5 of 5) sorted by relevance
83 mp_obj_tuple_t *consts = MP_OBJ_TO_PTR(mp_obj_new_tuple(stop - start + 1, NULL)); in code_consts() local91 consts->items[const_no++] = code; in code_consts()93 consts->items[const_no++] = mp_const_none; in code_consts()95 return consts; in code_consts()
241 mp_map_t consts; member487 … && (elem = mp_map_lookup(&parser->consts, MP_OBJ_NEW_QSTR(id), MP_MAP_LOOKUP)) != NULL) { in push_result_token()728 …mp_map_elem_t *elem = mp_map_lookup(&parser->consts, MP_OBJ_NEW_QSTR(id), MP_MAP_LOOKUP_ADD_IF_NOT… in fold_constants()853 mp_map_init(&parser.consts, 0); in mp_parse()1129 mp_map_deinit(&parser.consts); in mp_parse()
105 - Add casts and consts to ease user conversion to C++269 - Fix bug and add consts in contrib/puff [Oberhumer]
84308 #define DUK__CONST(x) (*(consts + (x)))84309 #define DUK__CONSTP(x) (consts + (x))84343 #define DUK__CONSTP_A(ins) ((duk_tval *) (void *) ((duk_uint8_t *) consts + DUK__BYTEOFF_A((ins…84344 #define DUK__CONSTP_B(ins) ((duk_tval *) (void *) ((duk_uint8_t *) consts + DUK__BYTEOFF_B((ins…84345 #define DUK__CONSTP_C(ins) ((duk_tval *) (void *) ((duk_uint8_t *) consts + DUK__BYTEOFF_C((ins…84346 #define DUK__CONSTP_BC(ins) ((duk_tval *) (void *) ((duk_uint8_t *) consts + DUK__BYTEOFF_BC((in…84359 #define DUK__REGCONSTP_B(ins) ((((ins) & DUK__RCBIT_B) ? consts : thr->valstack_bottom) + DUK_DEC_…84360 #define DUK__REGCONSTP_C(ins) ((((ins) & DUK__RCBIT_C) ? consts : thr->valstack_bottom) + DUK_DEC_…84605 duk_tval *consts; /* stable */ local84707 consts = DUK_HCOMPFUNC_GET_CONSTS_BASE(thr->heap, fun);[all …]
3346 c13f6632 Move consts to internal header format_constants.h
Completed in 249 milliseconds