Searched refs:IS_ASSIGNOP (Results 1 – 2 of 2) sorted by relevance
24 #define IS_ASSIGNOP(op) ((int)(op) >= (int)O_ASN && (int)(op) <= (int)O_BORASN) macro
342 if (IS_ASSIGNOP(op)) { in evalexpr()537 if (IS_ASSIGNOP(op)) { in evalexpr()