Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y1407 { $$ = build_x_binary_op (MEMBER_REF, $$, $3); }
1411 { $$ = build_x_binary_op ($2, $$, $3); }
1413 { $$ = build_x_binary_op ($2, $$, $3); }
1415 { $$ = build_x_binary_op ($2, $$, $3); }
1417 { $$ = build_x_binary_op ($2, $$, $3); }
1419 { $$ = build_x_binary_op ($2, $$, $3); }
1421 { $$ = build_x_binary_op ($2, $$, $3); }
1423 { $$ = build_x_binary_op ($2, $$, $3); }
1425 { $$ = build_x_binary_op ($2, $$, $3); }
1427 { $$ = build_x_binary_op (LT_EXPR, $$, $3); }
[all …]
H A Dtypeck.c1783 build_conditional_expr (build_x_binary_op ((TREE_CODE (t) == MIN_EXPR
2948 build_x_binary_op (code, arg1, arg2) in build_x_binary_op() function
H A Ddecl2.c3265 return build_x_binary_op
H A Dcp-tree.h4418 extern tree build_x_binary_op PARAMS ((enum tree_code, tree, tree));
H A DChangeLog.18437 * typeck.c (build_x_binary_op): Put back speculative call to
8496 * typeck.c (build_x_binary_op, build_x_unary_op,
H A DChangeLog.217403 * typeck.c (build_x_binary_op): Avoid doing extra work.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c1697 build_conditional_expr (build_x_binary_op ((TREE_CODE (t) == MIN_EXPR in rationalize_conditional_expr()
2911 build_x_binary_op (enum tree_code code, tree arg1, tree arg2, in build_x_binary_op() function
H A Dcp-tree.h4461 extern tree build_x_binary_op (enum tree_code, tree, tree,
H A DChangeLog-20045678 (build_x_binary_op): Likewise.
5685 build_x_binary_op.
5689 (build_x_binary_op): Likewise.
H A DChangeLog-20031633 build_x_indirect_ref, build_x_binary_op, build_x_unary_op,
3239 (build_x_binary_op): Likewise.
3481 (build_x_binary_op): Handle DOTSTAR_EXPR.
H A Dpt.c9069 return build_x_binary_op in tsubst_copy_and_build()
9081 return build_x_binary_op (ARRAY_REF, op1, RECUR (TREE_OPERAND (t, 1)), in tsubst_copy_and_build()
H A DChangeLog-19944997 * typeck.c (build_x_binary_op): Put back speculative call to
5056 * typeck.c (build_x_binary_op, build_x_unary_op,
H A DChangeLog-19961125 * typeck.c (build_x_binary_op): Avoid doing extra work.
H A Dparser.c5808 lhs = build_x_binary_op (tree_type, lhs, rhs, &overloaded_p); in cp_parser_binary_expression()
H A DChangeLog7005 array-new handling code. Use build_x_binary_op.