Lines Matching defs:bc_vec_top
140 #define bc_vec_top(v) (bc_vec_item_rev((v), 0))
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);
3565 size_t *label = bc_vec_top(&p->conds);
3803 else i = *((size_t*) bc_vec_top(&p->conds));
4589 v = bc_vec_top(v);
4594 else *num = bc_vec_top(v);
4972 ptr = bc_vec_top(&p->results);
5164 arg = bc_vec_top(&p->results);
5206 BcInstPtr *ip = bc_vec_top(&p->stack);
5388 ip = bc_vec_top(&p->stack);
5412 BcInstPtr *ip = bc_vec_top(&p->stack);
5590 ip = bc_vec_top(&p->stack);