Home
last modified time | relevance | path

Searched refs:LAST_BINOP (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/rsc/source/rscpp/
H A Dcpp5.c99 return (op >= FIRST_BINOP && op <= LAST_BINOP);
109 #define isbinary(op) (op >= FIRST_BINOP && op <= LAST_BINOP)
H A Dcpp.h120 #define LAST_BINOP OP_CMA /* Last binary operand */ macro

Completed in 20 milliseconds