Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:op_and

343 static int op_and(int a, int b) { return a & b; }
369 { '&', AND, op_and },