Searched refs:BC_PARSE_TOP_OP (Results 1 – 1 of 1) sorted by relevance
3804 #define BC_PARSE_TOP_OP(p) (*(BcLexType*)bc_vec_top(&(p)->ops)) macro3843 BcLexType t = BC_PARSE_TOP_OP(p); in bc_parse_operator()3864 top = BC_PARSE_TOP_OP(p); in zbc_parse_rightParen()3874 top = BC_PARSE_TOP_OP(p); in zbc_parse_rightParen()4979 BcLexType top = BC_PARSE_TOP_OP(p); in zbc_parse_expr()