Searched refs:BOPN (Results 1 – 1 of 1) sorted by relevance
407 #define BOPN(x, y) \ in fold_binary() macro421 BOPN (EQ, ==); in fold_binary()422 BOPN (NE, !=); in fold_binary()423 BOPN ('<', <); in fold_binary()424 BOPN ('>', >); in fold_binary()425 BOPN (LE, <=); in fold_binary()426 BOPN (GE, >=); in fold_binary()427 BOPN (ANDAND, &&); in fold_binary()428 BOPN (OROR, ||); in fold_binary()