Lines Matching refs:bc_vec_top
140 #define bc_vec_top(v) (bc_vec_item_rev((v), 0)) macro
476 #define BC_PARSE_TOP_FLAG_PTR(p) ((uint16_t*) bc_vec_top(&(p)->flags))
520 #define BC_PARSE_TOP_OP(p) (*((BcLexType*) bc_vec_top(&(p)->ops)))
3095 BcInstPtr *ip = bc_vec_top(&p->exits); in bc_parse_setLabel()
3565 size_t *label = bc_vec_top(&p->conds); in bc_parse_endBody()
3803 else i = *((size_t*) bc_vec_top(&p->conds)); in bc_parse_loopExit()
4589 v = bc_vec_top(v); in bc_program_num()
4594 else *num = bc_vec_top(v); in bc_program_num()
4972 ptr = bc_vec_top(&p->results); in bc_program_copyToVar()
5164 arg = bc_vec_top(&p->results); in bc_program_call()
5206 BcInstPtr *ip = bc_vec_top(&p->stack); in bc_program_return()
5388 ip = bc_vec_top(&p->stack); in bc_program_reset()
5412 BcInstPtr *ip = bc_vec_top(&p->stack); in bc_program_exec()
5590 ip = bc_vec_top(&p->stack); in bc_program_exec()