| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | convert.cc | 108 preserve_any_location_wrapper (tree result, tree orig_expr) in preserve_any_location_wrapper() argument 110 if (CONSTANT_CLASS_P (result) && location_wrapper_p (orig_expr)) in preserve_any_location_wrapper() 112 if (result == TREE_OPERAND (orig_expr, 0)) in preserve_any_location_wrapper() 113 return orig_expr; in preserve_any_location_wrapper() 115 return maybe_wrap_with_location (result, EXPR_LOCATION (orig_expr)); in preserve_any_location_wrapper()
|
| H A D | convert.h | 43 extern tree preserve_any_location_wrapper (tree result, tree orig_expr);
|
| H A D | tree-ssa-loop-ivopts.cc | 2788 tree orig_expr = expr; in strip_offset_1() local 2810 return orig_expr; in strip_offset_1() 2829 return orig_expr; in strip_offset_1() 2834 return orig_expr; in strip_offset_1() 2847 return orig_expr; in strip_offset_1() 2874 return orig_expr; in strip_offset_1() 2904 return orig_expr; in strip_offset_1() 2917 return orig_expr; in strip_offset_1() 2928 return orig_expr; in strip_offset_1()
|
| H A D | tree-sra.cc | 3786 tree type, bfr, orig_expr; in sra_modify_expr() local 3806 orig_expr = *expr; in sra_modify_expr() 3833 ref = build_ref_for_model (loc, orig_expr, 0, access, gsi, false); in sra_modify_expr() 3919 generate_subtree_copies (access->first_child, orig_expr, access->offset, in sra_modify_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | convert.h | 43 extern tree preserve_any_location_wrapper (tree result, tree orig_expr);
|
| H A D | convert.c | 108 preserve_any_location_wrapper (tree result, tree orig_expr) in preserve_any_location_wrapper() argument 110 if (CONSTANT_CLASS_P (result) && location_wrapper_p (orig_expr)) in preserve_any_location_wrapper() 112 if (result == TREE_OPERAND (orig_expr, 0)) in preserve_any_location_wrapper() 113 return orig_expr; in preserve_any_location_wrapper() 115 return maybe_wrap_with_location (result, EXPR_LOCATION (orig_expr)); in preserve_any_location_wrapper()
|
| H A D | tree-ssa-loop-ivopts.c | 2787 tree orig_expr = expr; in strip_offset_1() local 2809 return orig_expr; in strip_offset_1() 2828 return orig_expr; in strip_offset_1() 2833 return orig_expr; in strip_offset_1() 2846 return orig_expr; in strip_offset_1() 2873 return orig_expr; in strip_offset_1() 2903 return orig_expr; in strip_offset_1() 2916 return orig_expr; in strip_offset_1() 2927 return orig_expr; in strip_offset_1()
|
| H A D | tree-sra.c | 3739 tree type, bfr, orig_expr; in sra_modify_expr() local 3759 orig_expr = *expr; in sra_modify_expr() 3786 ref = build_ref_for_model (loc, orig_expr, 0, access, gsi, false); in sra_modify_expr() 3856 generate_subtree_copies (access->first_child, orig_expr, access->offset, in sra_modify_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | constraint.cc | 3348 tree orig_expr = TREE_OPERAND (req, 0); in diagnose_compound_requirement() local 3353 "because", orig_expr); in diagnose_compound_requirement() 3359 orig_expr); in diagnose_compound_requirement() 3364 tree orig_expr = TREE_OPERAND (req, 0); in diagnose_compound_requirement() local 3367 inform (loc, "cannot convert %qE to %qT because", orig_expr, type); in diagnose_compound_requirement() 3372 inform (loc, "cannot convert %qE to %qT", orig_expr, type); in diagnose_compound_requirement()
|
| H A D | typeck2.c | 2109 tree orig_expr = expr; in build_x_arrow() local 2184 orig_expr); in build_x_arrow()
|
| H A D | typeck.c | 3332 tree orig_expr = expr; in build_x_indirect_ref() local 3355 (INDIRECT_REF, rval, overload, orig_expr)); in build_x_indirect_ref() 3357 return build_min_non_dep (INDIRECT_REF, rval, orig_expr); in build_x_indirect_ref() 5998 tree orig_expr = xarg; in build_x_unary_op() local 6103 (code, exp, overload, orig_expr, integer_zero_node)); in build_x_unary_op() 6105 exp = build_min_non_dep (code, exp, orig_expr, in build_x_unary_op() 6119 tree orig_expr = arg; in cp_build_addressof() local 6132 exp = build_min_non_dep (ADDRESSOF_EXPR, exp, orig_expr, NULL_TREE); in cp_build_addressof()
|
| H A D | pt.c | 6637 tree orig_expr = expr; in check_valid_ptrmem_cst_expr() local 6653 location_t loc = cp_expr_loc_or_input_loc (orig_expr); in check_valid_ptrmem_cst_expr() 6655 orig_expr, type); in check_valid_ptrmem_cst_expr() 22467 resolve_nondeduced_context (tree orig_expr, tsubst_flags_t complain) in resolve_nondeduced_context() argument 22472 if (!type_unknown_p (orig_expr)) in resolve_nondeduced_context() 22473 return orig_expr; in resolve_nondeduced_context() 22475 expr = orig_expr; in resolve_nondeduced_context() 22562 return orig_expr; in resolve_nondeduced_context() 27872 tree orig_expr = expr; in build_non_dependent_expr() local 27902 return orig_expr; in build_non_dependent_expr() [all …]
|
| H A D | parser.c | 9227 get_cast_suggestion (tree dst_type, tree orig_expr) in get_cast_suggestion() argument 9240 trial = build_const_cast (input_location, dst_type, orig_expr, tf_none); in get_cast_suggestion() 9245 trial = build_static_cast (input_location, dst_type, orig_expr, tf_none); in get_cast_suggestion() 9250 trial = build_reinterpret_cast (input_location, dst_type, orig_expr, in get_cast_suggestion() 9272 location_t close_paren_loc, tree orig_expr, in maybe_add_cast_fixit() argument 9282 const char *cast_suggestion = get_cast_suggestion (dst_type, orig_expr); in maybe_add_cast_fixit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck2.cc | 2064 tree orig_expr = expr; in build_x_arrow() local 2145 orig_expr); in build_x_arrow()
|
| H A D | typeck.cc | 3569 tree orig_expr = expr; in build_x_indirect_ref() local 3606 (INDIRECT_REF, rval, overload, orig_expr)); in build_x_indirect_ref() 3608 return build_min_non_dep (INDIRECT_REF, rval, orig_expr); in build_x_indirect_ref() 6508 tree orig_expr = xarg; in build_x_unary_op() local 6618 (code, exp, overload, orig_expr, integer_zero_node)); in build_x_unary_op() 6620 exp = build_min_non_dep (code, exp, orig_expr, in build_x_unary_op() 6634 tree orig_expr = arg; in cp_build_addressof() local 6647 exp = build_min_non_dep (ADDRESSOF_EXPR, exp, orig_expr, NULL_TREE); in cp_build_addressof()
|
| H A D | pt.cc | 6800 tree orig_expr = expr; in check_valid_ptrmem_cst_expr() local 6816 location_t loc = cp_expr_loc_or_input_loc (orig_expr); in check_valid_ptrmem_cst_expr() 6818 orig_expr, type); in check_valid_ptrmem_cst_expr() 23348 resolve_nondeduced_context (tree orig_expr, tsubst_flags_t complain) in resolve_nondeduced_context() argument 23353 if (!type_unknown_p (orig_expr)) in resolve_nondeduced_context() 23354 return orig_expr; in resolve_nondeduced_context() 23356 expr = orig_expr; in resolve_nondeduced_context() 23443 return orig_expr; in resolve_nondeduced_context() 28797 tree orig_expr = expr; in build_non_dependent_expr() local 28827 return orig_expr; in build_non_dependent_expr() [all …]
|
| H A D | parser.cc | 9694 get_cast_suggestion (tree dst_type, tree orig_expr) in get_cast_suggestion() argument 9707 trial = build_const_cast (input_location, dst_type, orig_expr, tf_none); in get_cast_suggestion() 9712 trial = build_static_cast (input_location, dst_type, orig_expr, tf_none); in get_cast_suggestion() 9717 trial = build_reinterpret_cast (input_location, dst_type, orig_expr, in get_cast_suggestion() 9739 location_t close_paren_loc, tree orig_expr, in maybe_add_cast_fixit() argument 9749 const char *cast_suggestion = get_cast_suggestion (dst_type, orig_expr); in maybe_add_cast_fixit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 10448 struct c_expr orig_expr; in c_parser_postfix_expression_after_primary() local 10495 orig_expr = expr; in c_parser_postfix_expression_after_primary() 10526 && TREE_CODE (orig_expr.value) == FUNCTION_DECL in c_parser_postfix_expression_after_primary() 10527 && fndecl_built_in_p (orig_expr.value, BUILT_IN_CONSTANT_P)) in c_parser_postfix_expression_after_primary()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-parser.cc | 10501 struct c_expr orig_expr; in c_parser_postfix_expression_after_primary() local 10550 orig_expr = expr; in c_parser_postfix_expression_after_primary() 10581 && TREE_CODE (orig_expr.value) == FUNCTION_DECL in c_parser_postfix_expression_after_primary() 10582 && fndecl_built_in_p (orig_expr.value, BUILT_IN_CONSTANT_P)) in c_parser_postfix_expression_after_primary()
|