Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:op_not

360 static int op_not(int a) { return !a; }
391 { '!', op_not },