Searched refs:bc_vec_pushIndex (Results 1 – 4 of 4) sorted by relevance
105 #define bc_parse_pushIndex(p, idx) (bc_vec_pushIndex(&(p)->func->code, (idx)))
232 bc_vec_pushIndex(BcVec* restrict v, size_t idx);
238 bc_vec_pushIndex(BcVec* restrict v, size_t idx) in bc_vec_pushIndex() function
1316 bc_vec_pushIndex(rv, ptr->d.loc.loc); in bc_program_copyToVar()1317 bc_vec_pushIndex(rv, ptr->d.loc.stack_idx); in bc_program_copyToVar()