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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dstatic_cast.C5 BinaryOperation binary_op) {
4 accumulate(InputIterator first, BinaryOperation binary_op) argument
/openbsd-current/usr.bin/indent/
H A Dindent_codes.h40 #define binary_op 5 macro
H A Dindent.c717 case binary_op: /* any binary operation */
/openbsd-current/gnu/gcc/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)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dexpr.c8738 tree binary_op = 0, unary_op = 0;
8774 singleton = TREE_OPERAND (exp, 2), binary_op = TREE_OPERAND (exp, 1);
8778 singleton = TREE_OPERAND (exp, 1), binary_op = TREE_OPERAND (exp, 2);
8820 if (temp && singleton && binary_op
8821 && (TREE_CODE (binary_op) == PLUS_EXPR
8822 || TREE_CODE (binary_op) == MINUS_EXPR
8823 || TREE_CODE (binary_op) == BIT_IOR_EXPR
8824 || TREE_CODE (binary_op) == BIT_XOR_EXPR)
8825 && (BRANCH_COST >= 3 ? integer_pow2p (TREE_OPERAND (binary_op, 1))
8826 : integer_onep (TREE_OPERAND (binary_op,
8719 tree binary_op = 0, unary_op = 0; local
[all...]
/openbsd-current/usr.sbin/bgpctl/
H A Dparser.c1489 binary_op(const char *op) function
1609 if (argc >= 3 && (op = binary_op(argv[1])) != OP_NONE) {

Completed in 130 milliseconds