Searched refs:build_x_binary_op (Results 1 – 15 of 15) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | parse.y | 1407 { $$ = 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 D | typeck.c | 1783 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 D | decl2.c | 3265 return build_x_binary_op
|
H A D | cp-tree.h | 4418 extern tree build_x_binary_op PARAMS ((enum tree_code, tree, tree));
|
H A D | ChangeLog.1 | 8437 * typeck.c (build_x_binary_op): Put back speculative call to 8496 * typeck.c (build_x_binary_op, build_x_unary_op,
|
H A D | ChangeLog.2 | 17403 * typeck.c (build_x_binary_op): Avoid doing extra work.
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | typeck.c | 1697 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 D | cp-tree.h | 4461 extern tree build_x_binary_op (enum tree_code, tree, tree,
|
H A D | ChangeLog-2004 | 5678 (build_x_binary_op): Likewise. 5685 build_x_binary_op. 5689 (build_x_binary_op): Likewise.
|
H A D | ChangeLog-2003 | 1633 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 D | pt.c | 9069 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 D | ChangeLog-1994 | 4997 * typeck.c (build_x_binary_op): Put back speculative call to 5056 * typeck.c (build_x_binary_op, build_x_unary_op,
|
H A D | ChangeLog-1996 | 1125 * typeck.c (build_x_binary_op): Avoid doing extra work.
|
H A D | parser.c | 5808 lhs = build_x_binary_op (tree_type, lhs, rhs, &overloaded_p); in cp_parser_binary_expression()
|
H A D | ChangeLog | 7005 array-new handling code. Use build_x_binary_op.
|