Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:op_or

341 static int op_or(int a, int b) { return a | b; }
367 { '|', OR, op_or },