/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | rtti.c | 555 tree exprtype; in build_dynamic_cast_1() local 592 exprtype = TREE_TYPE (expr); in build_dynamic_cast_1() 599 if (!TYPE_PTR_P (exprtype)) in build_dynamic_cast_1() 604 if (! MAYBE_CLASS_TYPE_P (TREE_TYPE (exprtype))) in build_dynamic_cast_1() 609 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (exprtype)))) in build_dynamic_cast_1() 618 exprtype = TREE_TYPE (expr); in build_dynamic_cast_1() 622 if (! MAYBE_CLASS_TYPE_P (exprtype)) in build_dynamic_cast_1() 627 if (!COMPLETE_TYPE_P (complete_type (exprtype))) in build_dynamic_cast_1() 633 exprtype = cp_build_reference_type (exprtype, !lvalue_p (expr)); in build_dynamic_cast_1() 638 TREE_TYPE (exprtype))) in build_dynamic_cast_1() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | rtti.cc | 573 tree exprtype; in build_dynamic_cast_1() local 610 exprtype = TREE_TYPE (expr); in build_dynamic_cast_1() 617 if (!TYPE_PTR_P (exprtype)) in build_dynamic_cast_1() 622 if (! MAYBE_CLASS_TYPE_P (TREE_TYPE (exprtype))) in build_dynamic_cast_1() 627 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (exprtype)))) in build_dynamic_cast_1() 636 exprtype = TREE_TYPE (expr); in build_dynamic_cast_1() 640 if (! MAYBE_CLASS_TYPE_P (exprtype)) in build_dynamic_cast_1() 645 if (!COMPLETE_TYPE_P (complete_type (exprtype))) in build_dynamic_cast_1() 651 exprtype = cp_build_reference_type (exprtype, !lvalue_p (expr)); in build_dynamic_cast_1() 656 TREE_TYPE (exprtype))) in build_dynamic_cast_1() [all …]
|
H A D | ChangeLog-1996 | 889 * rtti.c (build_dynamic_cast): Don't try to dereference exprtype 890 too early. Make sure we explode if exprtype turns out to be a
|
H A D | ChangeLog-2000 | 4556 Initialize exprtype earlier.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-warn.c | 1406 tree exprtype = TREE_TYPE (expr); in warnings_for_convert_and_check() local 1426 (TYPE_UNSIGNED (exprtype) in warnings_for_convert_and_check() 1431 exprtype, type, expr, result); in warnings_for_convert_and_check() 1434 (TYPE_UNSIGNED (exprtype) in warnings_for_convert_and_check() 1439 exprtype, type, expr); in warnings_for_convert_and_check() 1450 exprtype, type, expr, result); in warnings_for_convert_and_check() 1455 exprtype, type, expr); in warnings_for_convert_and_check() 1459 && (TREE_CODE (exprtype) != INTEGER_TYPE in warnings_for_convert_and_check() 1460 || TYPE_PRECISION (exprtype) in warnings_for_convert_and_check() 1467 exprtype, type, expr, result); in warnings_for_convert_and_check() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-warn.cc | 1408 tree exprtype = TREE_TYPE (expr); in warnings_for_convert_and_check() local 1428 (TYPE_UNSIGNED (exprtype) in warnings_for_convert_and_check() 1433 exprtype, type, expr, result); in warnings_for_convert_and_check() 1436 (TYPE_UNSIGNED (exprtype) in warnings_for_convert_and_check() 1441 exprtype, type, expr); in warnings_for_convert_and_check() 1452 exprtype, type, expr, result); in warnings_for_convert_and_check() 1457 exprtype, type, expr); in warnings_for_convert_and_check() 1461 && (TREE_CODE (exprtype) != INTEGER_TYPE in warnings_for_convert_and_check() 1462 || TYPE_PRECISION (exprtype) in warnings_for_convert_and_check() 1469 exprtype, type, expr, result); in warnings_for_convert_and_check() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-pre.c | 2760 tree exprtype = type ? type : get_expr_type (expr); in create_expression_by_pieces() local 2772 if (useless_type_conversion_p (exprtype, TREE_TYPE (folded))) in create_expression_by_pieces() 2778 tree tem = fold_convert (exprtype, folded); in create_expression_by_pieces() 2842 name = make_temp_ssa_name (exprtype, NULL, "pretmp"); in create_expression_by_pieces() 2881 name = make_temp_ssa_name (exprtype, NULL, "pretmp"); in create_expression_by_pieces() 2914 folded = gimple_convert (&forced_stmts, exprtype, folded); in create_expression_by_pieces()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-pre.cc | 2845 tree exprtype = type ? type : get_expr_type (expr); in create_expression_by_pieces() local 2857 if (useless_type_conversion_p (exprtype, TREE_TYPE (folded))) in create_expression_by_pieces() 2863 tree tem = fold_convert (exprtype, folded); in create_expression_by_pieces() 2938 name = make_temp_ssa_name (exprtype, NULL, "pretmp"); in create_expression_by_pieces() 2977 name = make_temp_ssa_name (exprtype, NULL, "pretmp"); in create_expression_by_pieces() 3010 folded = gimple_convert (&forced_stmts, exprtype, folded); in create_expression_by_pieces()
|
H A D | ChangeLog-2004 | 22338 * c-parse.in (init): Change to exprtype. 22747 * c-parse.in (%union): Add exprtype. 22750 exprtype.
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 50605 61a9dc5929f3e02497be3522800d4372 gcc/testsuite/gcc.target/arm/fp16-compile-exprtype.c
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 57081 61a9dc5929f3e02497be3522800d4372 gcc/testsuite/gcc.target/arm/fp16-compile-exprtype.c
|