Searched refs:bc_vec_top (Results 1 – 1 of 1) sorted by relevance
140 #define bc_vec_top(v) (bc_vec_item_rev((v), 0)) macro476 #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)))3093 BcInstPtr *ip = bc_vec_top(&p->exits); in bc_parse_setLabel()3563 size_t *label = bc_vec_top(&p->conds); in bc_parse_endBody()3790 else i = *((size_t*) bc_vec_top(&p->conds)); in bc_parse_loopExit()4574 v = bc_vec_top(v); in bc_program_num()4579 else *num = bc_vec_top(v); in bc_program_num()4956 ptr = bc_vec_top(&p->results); in bc_program_copyToVar()5148 arg = bc_vec_top(&p->results); in bc_program_call()[all …]