Home
last modified time | relevance | path

Searched refs:build_x_binary_op (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c7725 tree tem = build_x_binary_op (EXPR_LOCATION (cond), in handle_omp_for_class_iterator()
7743 diff = build_x_binary_op (elocus, MINUS_EXPR, TREE_OPERAND (cond, 1), in handle_omp_for_class_iterator()
7824 iter_incr = build_x_binary_op (EXPR_LOCATION (rhs), in handle_omp_for_class_iterator()
8527 ifc = build_x_binary_op (OMP_CLAUSE_LOCATION (ifc), NE_EXPR, in finish_omp_cancel()
H A Dtypeck.c2276 build_x_binary_op (loc, in rationalize_conditional_expr()
4033 build_x_binary_op (location_t loc, enum tree_code code, tree arg1, in build_x_binary_op() function
H A Dparser.c9353 current.lhs = build_x_binary_op (combined_loc, current.tree_type, in cp_parser_binary_expression()
11981 condition = build_x_binary_op (input_location, NE_EXPR, in cp_convert_range_for()
12102 && (build_x_binary_op (input_location, NE_EXPR, in cp_parser_perform_range_for_lookup()
34811 return build_x_binary_op (EXPR_LOC_OR_LOC (cond, input_location), in cp_parser_omp_for_cond()
34895 lhs = build_x_binary_op (input_location, op, lhs, ERROR_MARK, rhs, in cp_parser_omp_for_incr()
H A Dcp-tree.h7237 extern tree build_x_binary_op (location_t,
H A Dpt.c11736 return build_x_binary_op (input_location, code, in fold_expression()
18008 tree r = build_x_binary_op in tsubst_copy_and_build()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c4479 tree tem = build_x_binary_op (TREE_CODE (cond), iter, ERROR_MARK, in handle_omp_for_class_iterator()
4495 diff = build_x_binary_op (MINUS_EXPR, TREE_OPERAND (cond, 1), in handle_omp_for_class_iterator()
4568 iter_incr = build_x_binary_op (PLUS_EXPR, in handle_omp_for_class_iterator()
H A Dtypeck.c2047 build_conditional_expr (build_x_binary_op ((TREE_CODE (t) == MIN_EXPR in rationalize_conditional_expr()
3539 build_x_binary_op (enum tree_code code, tree arg1, enum tree_code arg1_code, in build_x_binary_op() function
H A Dparser.c7395 lhs = build_x_binary_op (tree_type, lhs, lhs_type, rhs, rhs_type, in cp_parser_binary_expression()
9506 condition = build_x_binary_op (NE_EXPR, in cp_convert_range_for()
26057 return build_x_binary_op (TREE_CODE (cond), in cp_parser_omp_for_cond()
26136 lhs = build_x_binary_op (op, lhs, ERROR_MARK, rhs, ERROR_MARK, in cp_parser_omp_for_incr()
H A Dcp-tree.h5803 extern tree build_x_binary_op (enum tree_code, tree,
H A Dpt.c13350 tree r = build_x_binary_op in tsubst_copy_and_build()