Searched refs:BcConst (Results 1 – 4 of 4) sorted by relevance
221 typedef struct BcConst { struct225 } BcConst; typedef
58 BcConst *c = constant; in bc_const_free()99 bc_vec_init(&f->consts, sizeof(BcConst), bc_const_free); in bc_func_init()
87 BcConst c; in bc_parse_addNum()
382 BcConst *c = bc_vec_item(p->consts, bc_program_index(code, bgn)); in bc_program_const()2320 BcConst *c = bc_vec_item(p->consts, idx); in bc_program_printInst()