Searched refs:build_binary_op (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-common.h672 /* Subroutine of build_binary_op, used for comparison operations.
764 extern tree build_binary_op (enum tree_code, tree, tree, int);
H A Dc-common.c2096 /* Subroutine of build_binary_op, used for comparison operations.
2103 of build_binary_op: OP0_PTR is &OP0, OP1_PTR is &OP1,
2510 ptrop = build_binary_op (subcode, ptrop,
2528 build_binary_op (MULT_EXPR, intop,
2548 simply always do build_binary_op (NE_EXPR, expr, truthvalue_false_node, 1),
2632 return build_binary_op ((TREE_SIDE_EFFECTS (TREE_OPERAND (expr, 1))
2692 return (build_binary_op
2700 return build_binary_op (NE_EXPR, expr, integer_zero_node, 1);
H A Dc-typeck.c2069 return build_indirect_ref (build_binary_op (PLUS_EXPR, ar, index, 0),
2664 result.value = build_binary_op (code, arg1.value, arg2.value, 1);
2767 op0 = build_binary_op (MINUS_EXPR, convert (restype, op0),
3031 return build_binary_op (PLUS_EXPR,
3714 newrhs = build_binary_op (modifycode, lhs, rhs, 1);
7792 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1,
7754 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1, function
H A Dc-decl.c6150 enum_next_value = build_binary_op (PLUS_EXPR, value, integer_one_node, 0);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c2999 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1,
3974 return build_binary_op (NE_EXPR, expr, integer_zero_node, 1);
2991 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1, function
H A Dcp-tree.h4528 build_binary_op(code, arg1, arg2, 1)

Completed in 209 milliseconds