Searched refs:BC_PARSE_TOP_OP (Results 1 – 2 of 2) sorted by relevance
287 #define BC_PARSE_TOP_OP(p) (*((BcLexType*) bc_vec_top(&(p)->ops))) macro
262 t = BC_PARSE_TOP_OP(p); in bc_parse_operator()304 while ((top = BC_PARSE_TOP_OP(p)) != BC_LEX_LPAREN) in bc_parse_rightParen()2501 top = BC_PARSE_TOP_OP(p); in bc_parse_expr_err()