Searched refs:bc_vec_pushIndex (Results 1 – 4 of 4) sorted by relevance
118 #define bc_parse_pushIndex(p, idx) (bc_vec_pushIndex(&(p)->func->code, (idx)))
225 void bc_vec_pushIndex(BcVec *restrict v, size_t idx);
201 void bc_vec_pushIndex(BcVec *restrict v, size_t idx) { in bc_vec_pushIndex() function
1216 bc_vec_pushIndex(rv, ptr->d.loc.loc); in bc_program_copyToVar()1217 bc_vec_pushIndex(rv, parent->len - !last - 1); in bc_program_copyToVar()