Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y1447 { $$ = build_x_modify_expr ($$, NOP_EXPR, $3);
1451 { $$ = build_x_modify_expr ($$, $2, $3); }
1500 { $$ = build_x_modify_expr ($$, NOP_EXPR, $3);
1504 { $$ = build_x_modify_expr ($$, $2, $3); }
H A Ddecl2.c3297 return build_x_modify_expr
H A Dcp-tree.h4428 extern tree build_x_modify_expr PARAMS ((tree, enum tree_code, tree));
H A Dtypeck.c5544 build_x_modify_expr (lhs, modifycode, rhs) in build_x_modify_expr() function
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-tree.h4473 extern tree build_x_modify_expr (tree, enum tree_code, tree);
H A Dtypeck.c5862 build_x_modify_expr (tree lhs, enum tree_code modifycode, tree rhs) in build_x_modify_expr() function
H A Dpt.c9110 tree r = build_x_modify_expr in tsubst_copy_and_build()
H A Dparser.c5916 expr = build_x_modify_expr (expr, in cp_parser_assignment_expression()
H A DChangeLog-20043462 * typeck.c (build_modify_expr, build_x_modify_expr): Set
H A DChangeLog-20036161 (build_x_modify_expr): Likewise.