Searched refs:binary_op (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/indent/
H A Dindent_codes.h43 #define binary_op 5 macro
H A Dindent.c614 case binary_op: /* any binary operation */
/freebsd-9.3-release/contrib/gcc/
H A Dtree-vectorizer.h49 binary_op, enumerator in enum:operation_type
H A Dtree-vect-transform.c1198 if (op_type != binary_op && op_type != ternary_op)
1345 if (op_type == binary_op)
1520 if (op_type != unary_op && op_type != binary_op)
1607 if (op_type == binary_op)
1633 if (op_type == binary_op)
H A Dtree-vectorizer.c1863 if (op_type != binary_op)

Completed in 66 milliseconds