Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c7796 iter_incr = build_x_modify_expr (EXPR_LOCATION (rhs), in handle_omp_for_class_iterator()
7832 iter_incr = build_x_modify_expr (EXPR_LOCATION (rhs), in handle_omp_for_class_iterator()
7919 finish_expr_stmt (build_x_modify_expr (elocus, in handle_omp_for_class_iterator()
7928 finish_expr_stmt (build_x_modify_expr (elocus, in handle_omp_for_class_iterator()
7933 iter_incr = build_x_modify_expr (elocus, in handle_omp_for_class_iterator()
7939 finish_expr_stmt (build_x_modify_expr (elocus, in handle_omp_for_class_iterator()
7944 finish_expr_stmt (build_x_modify_expr (elocus, in handle_omp_for_class_iterator()
7960 iter_init = build_x_modify_expr (elocus, in handle_omp_for_class_iterator()
7966 finish_expr_stmt (build_x_modify_expr (elocus, in handle_omp_for_class_iterator()
7984 iter_init = build_x_modify_expr (elocus, in handle_omp_for_class_iterator()
H A Dcp-tree.h7271 extern cp_expr build_x_modify_expr (location_t, tree,
H A Dpt.c11729 return build_x_modify_expr (input_location, left, code, right, complain); in fold_expression()
16371 incr = build_x_modify_expr (EXPR_LOCATION (incr), lhs, in tsubst_omp_for_iterator()
18137 tree r = build_x_modify_expr in tsubst_copy_and_build()
H A Dtypeck.c8294 build_x_modify_expr (location_t loc, tree lhs, enum tree_code modifycode, in build_x_modify_expr() function
H A Dparser.c9527 expr = build_x_modify_expr (loc, expr, in cp_parser_assignment_expression()
35119 finish_expr_stmt (build_x_modify_expr (EXPR_LOCATION (rhs), in cp_parser_omp_for_loop_init()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c4542 iter_incr = build_x_modify_expr (iter, TREE_CODE (rhs), in handle_omp_for_class_iterator()
4575 iter_incr = build_x_modify_expr (iter, NOP_EXPR, in handle_omp_for_class_iterator()
4626 finish_expr_stmt (build_x_modify_expr (iter, NOP_EXPR, init, in handle_omp_for_class_iterator()
4631 finish_expr_stmt (build_x_modify_expr (incr_var, NOP_EXPR, in handle_omp_for_class_iterator()
4634 iter_incr = build_x_modify_expr (iter, PLUS_EXPR, incr, in handle_omp_for_class_iterator()
4637 finish_expr_stmt (build_x_modify_expr (last, NOP_EXPR, init, in handle_omp_for_class_iterator()
4650 iter_init = build_x_modify_expr (iter, PLUS_EXPR, iter_init, in handle_omp_for_class_iterator()
4654 finish_expr_stmt (build_x_modify_expr (last, NOP_EXPR, decl, in handle_omp_for_class_iterator()
H A Dcp-tree.h5828 extern tree build_x_modify_expr (tree, enum tree_code, tree,
H A Dtypeck.c6990 build_x_modify_expr (tree lhs, enum tree_code modifycode, tree rhs, in build_x_modify_expr() function
H A Dpt.c12422 incr = build_x_modify_expr (RECUR (TREE_OPERAND (incr, 0)), NOP_EXPR, in tsubst_omp_for_iterator()
13433 tree r = build_x_modify_expr in tsubst_copy_and_build()
H A Dparser.c7530 expr = build_x_modify_expr (expr, in cp_parser_assignment_expression()
26329 finish_expr_stmt (build_x_modify_expr (decl, NOP_EXPR, in cp_parser_omp_for_loop()