Searched refs:CS_OP_LPAREN (Results 1 – 2 of 2) sorted by relevance
77 CS_OP_LPAREN = (1<<17), enumerator96 #define CS_OPS_UNARY (CS_OP_EXISTS | CS_OP_NOT | CS_OP_NUM | CS_OP_LPAREN)
926 { FALSE, "(", CS_OP_LPAREN },1097 CS_OP_LBRACKET | CS_OP_DOT | CS_OP_LPAREN,1121 case CS_OP_LPAREN: return "("; in expand_token_type()1238 if (tokens[x].type & CS_OP_LPAREN) m--; in parse_expr2()1289 if (tokens[x].type & CS_OP_LPAREN) in parse_expr2()1365 if ((tokens[0].type & CS_OPS_UNARY) && tokens[1].type == CS_OP_LPAREN && in parse_expr2()1390 if ((tokens[0].type & CS_TYPE_VAR) && tokens[1].type == CS_OP_LPAREN && in parse_expr2()2145 if (expr->op_type & CS_OP_LPAREN) in eval_expr()2202 case CS_OP_LPAREN: in eval_expr()