Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:op_mod

356 static int op_mod(int a, int b) { return a % b; }
382 { '%', MUL, op_mod },