| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-param-manipulation.h | 255 tree adjust_decl (tree orig_decl); in class()
|
| H A D | ipa-param-manipulation.c | 393 ipa_param_adjustments::adjust_decl (tree orig_decl) in adjust_decl() argument 395 tree new_decl = copy_node (orig_decl); in adjust_decl() 396 tree orig_type = TREE_TYPE (orig_decl); in adjust_decl()
|
| H A D | gimplify.c | 8895 tree orig_decl = decl; in gimplify_scan_omp_clauses() local 8932 if (decl != orig_decl && DECL_P (decl) && indir_p) in gimplify_scan_omp_clauses() 11120 tree orig_decl = TREE_PURPOSE (orig); in gimplify_omp_for() local 11127 && OMP_CLAUSE_DECL (*pc) == orig_decl) in gimplify_omp_for() 11135 && OMP_CLAUSE_DECL (*spc) == orig_decl) in gimplify_omp_for() 11178 OMP_CLAUSE_DECL (c) = orig_decl; in gimplify_omp_for() 11444 tree orig_decl = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (for_stmt), i); in gimplify_omp_for() local 11445 if (TREE_CODE (orig_decl) == TREE_LIST) in gimplify_omp_for() 11447 orig_decl = TREE_PURPOSE (orig_decl); in gimplify_omp_for() 11448 if (!orig_decl) in gimplify_omp_for() [all …]
|
| H A D | varasm.c | 5949 tree orig_decl = decl; in do_assemble_alias() local 5953 if (TREE_PUBLIC (decl) || TREE_PUBLIC (orig_decl)) in do_assemble_alias()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-param-manipulation.h | 234 tree adjust_decl (tree orig_decl); in class()
|
| H A D | gimplify.cc | 9632 tree orig_decl = decl; in gimplify_scan_omp_clauses() local 9677 if (decl != orig_decl && DECL_P (decl) && indir_p in gimplify_scan_omp_clauses() 10232 && INDIRECT_REF_P (orig_decl) in gimplify_scan_omp_clauses() 10233 && DECL_P (TREE_OPERAND (orig_decl, 0)) in gimplify_scan_omp_clauses() 10234 && TREE_CODE (TREE_TYPE (orig_decl)) == RECORD_TYPE) in gimplify_scan_omp_clauses() 10236 tree ptr = TREE_OPERAND (orig_decl, 0); in gimplify_scan_omp_clauses() 12409 tree orig_decl = TREE_PURPOSE (orig); in gimplify_omp_for() local 12416 && OMP_CLAUSE_DECL (*pc) == orig_decl) in gimplify_omp_for() 12424 && OMP_CLAUSE_DECL (*spc) == orig_decl) in gimplify_omp_for() 12467 OMP_CLAUSE_DECL (c) = orig_decl; in gimplify_omp_for() [all …]
|
| H A D | ipa-param-manipulation.cc | 565 ipa_param_adjustments::adjust_decl (tree orig_decl) in adjust_decl() argument 567 tree new_decl = copy_node (orig_decl); in adjust_decl() 568 tree orig_type = TREE_TYPE (orig_decl); in adjust_decl()
|
| H A D | varasm.cc | 6211 tree orig_decl = decl; in do_assemble_alias() local 6215 if (TREE_PUBLIC (decl) || TREE_PUBLIC (orig_decl)) in do_assemble_alias()
|
| H A D | ChangeLog-2014 | 9807 (cgraph_node): Add instrumented_version, orig_decl and 9847 thunk.add_pointer_bounds_args and orig_decl field. 9850 (input_node): Read thunk.add_pointer_bounds_args and orig_decl
|
| H A D | ChangeLog-2015 | 30013 (privatize_symbol_name): Privatize both decl and orig_decl
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-gimplify.cc | 1728 tree orig_decl = TREE_PURPOSE (orig); in cp_genericize_r() local 1734 && OMP_CLAUSE_DECL (c) == orig_decl) in cp_genericize_r() 1744 && OMP_CLAUSE_DECL (c) == orig_decl) in cp_genericize_r() 1752 orig_decl = require_complete_type (orig_decl); in cp_genericize_r() 1753 tree inner_type = TREE_TYPE (orig_decl); in cp_genericize_r() 1754 if (orig_decl == error_mark_node) in cp_genericize_r() 1756 if (TYPE_REF_P (TREE_TYPE (orig_decl))) in cp_genericize_r()
|
| H A D | parser.cc | 15501 tree orig_decl = decl; in cp_parser_decomposition_declaration() local 15581 if (decl == error_mark_node && DECL_P (orig_decl)) in cp_parser_decomposition_declaration() 15583 if (DECL_NAMESPACE_SCOPE_P (orig_decl)) in cp_parser_decomposition_declaration() 15584 SET_DECL_ASSEMBLER_NAME (orig_decl, get_identifier ("<decomp>")); in cp_parser_decomposition_declaration() 42070 tree &decl, tree &orig_decl, tree &init, in cp_convert_omp_range_for() argument 42177 orig_decl = decl; in cp_convert_omp_range_for() 42187 if (orig_decl != error_mark_node && DECL_HAS_VALUE_EXPR_P (orig_decl)) in cp_convert_omp_range_for() 42189 tree v = DECL_VALUE_EXPR (orig_decl); in cp_convert_omp_range_for() 42194 tree d = orig_decl; in cp_convert_omp_range_for() 42195 orig_decl = TREE_OPERAND (v, 0); in cp_convert_omp_range_for() [all …]
|
| H A D | semantics.cc | 9668 tree orig_decl = *i; in finish_omp_target_clauses() local 9669 tree closure_expr = DECL_VALUE_EXPR (orig_decl); in finish_omp_target_clauses() 9671 if (TREE_CODE (TREE_TYPE (orig_decl)) == POINTER_TYPE in finish_omp_target_clauses() 9672 || TREE_CODE (TREE_TYPE (orig_decl)) == REFERENCE_TYPE) in finish_omp_target_clauses() 9679 bool ptr_p = TREE_CODE (TREE_TYPE (orig_decl)) == POINTER_TYPE; in finish_omp_target_clauses() 9707 orig_decl)) in finish_omp_target_clauses()
|
| H A D | pt.cc | 4574 tree orig_decl = TEMPLATE_PARM_DECL (index); in reduce_template_parm_level() local 4576 tree decl = build_decl (DECL_SOURCE_LOCATION (orig_decl), in reduce_template_parm_level() 4577 TREE_CODE (orig_decl), DECL_NAME (orig_decl), in reduce_template_parm_level() 4579 TREE_CONSTANT (decl) = TREE_CONSTANT (orig_decl); in reduce_template_parm_level() 4580 TREE_READONLY (decl) = TREE_READONLY (orig_decl); in reduce_template_parm_level() 4581 DECL_VIRTUAL_P (decl) = DECL_VIRTUAL_P (orig_decl); in reduce_template_parm_level() 4602 (DECL_TEMPLATE_PARMS (orig_decl), args, complain); in reduce_template_parm_level() 18234 tree orig_decl = NULL_TREE; in tsubst_omp_for_iterator() local 18235 cp_convert_omp_range_for (this_pre_body, NULL, decl, orig_decl, init, in tsubst_omp_for_iterator() 18237 if (orig_decl) in tsubst_omp_for_iterator() [all …]
|
| H A D | ChangeLog-2021 | 4523 orig_decl member. 4531 (norm_info::orig_decl): Remove this data member. 4535 info.initial_parms instead of info.orig_decl.
|
| H A D | ChangeLog-2020 | 1213 * constraint.cc (norm_info::norm_info): Initialize orig_decl. 1214 (norm_info::orig_decl): New data member.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-gimplify.c | 1782 tree orig_decl = TREE_PURPOSE (orig); in cp_genericize_r() local 1788 && OMP_CLAUSE_DECL (c) == orig_decl) in cp_genericize_r() 1798 && OMP_CLAUSE_DECL (c) == orig_decl) in cp_genericize_r() 1806 orig_decl = require_complete_type (orig_decl); in cp_genericize_r() 1807 tree inner_type = TREE_TYPE (orig_decl); in cp_genericize_r() 1808 if (orig_decl == error_mark_node) in cp_genericize_r() 1810 if (TYPE_REF_P (TREE_TYPE (orig_decl))) in cp_genericize_r()
|
| H A D | parser.c | 13973 tree orig_decl = decl; in cp_parser_decomposition_declaration() local 14056 if (decl == error_mark_node && DECL_P (orig_decl)) in cp_parser_decomposition_declaration() 14058 if (DECL_NAMESPACE_SCOPE_P (orig_decl)) in cp_parser_decomposition_declaration() 14059 SET_DECL_ASSEMBLER_NAME (orig_decl, get_identifier ("<decomp>")); in cp_parser_decomposition_declaration() 38738 tree &decl, tree &orig_decl, tree &init, in cp_convert_omp_range_for() argument 38845 orig_decl = decl; in cp_convert_omp_range_for() 38855 if (orig_decl != error_mark_node && DECL_HAS_VALUE_EXPR_P (orig_decl)) in cp_convert_omp_range_for() 38857 tree v = DECL_VALUE_EXPR (orig_decl); in cp_convert_omp_range_for() 38862 tree d = orig_decl; in cp_convert_omp_range_for() 38863 orig_decl = TREE_OPERAND (v, 0); in cp_convert_omp_range_for() [all …]
|
| H A D | pt.c | 4452 tree orig_decl = TEMPLATE_PARM_DECL (index); in reduce_template_parm_level() local 4454 tree decl = build_decl (DECL_SOURCE_LOCATION (orig_decl), in reduce_template_parm_level() 4455 TREE_CODE (orig_decl), DECL_NAME (orig_decl), in reduce_template_parm_level() 4457 TREE_CONSTANT (decl) = TREE_CONSTANT (orig_decl); in reduce_template_parm_level() 4458 TREE_READONLY (decl) = TREE_READONLY (orig_decl); in reduce_template_parm_level() 4459 DECL_VIRTUAL_P (decl) = DECL_VIRTUAL_P (orig_decl); in reduce_template_parm_level() 4480 (DECL_TEMPLATE_PARMS (orig_decl), args, complain); in reduce_template_parm_level() 17661 tree orig_decl = NULL_TREE; in tsubst_omp_for_iterator() local 17662 cp_convert_omp_range_for (this_pre_body, NULL, decl, orig_decl, init, in tsubst_omp_for_iterator() 17664 if (orig_decl) in tsubst_omp_for_iterator() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-openmp.c | 96 tree orig_decl = decl; in gfc_omp_check_optional_argument() local 136 orig_decl, null_pointer_node); in gfc_omp_check_optional_argument() 1273 tree orig_decl = decl; in gfc_omp_finish_clause() local 1281 && (GFC_DECL_GET_SCALAR_POINTER (orig_decl) in gfc_omp_finish_clause() 1282 || GFC_DECL_GET_SCALAR_ALLOCATABLE (orig_decl))) in gfc_omp_finish_clause() 1304 if (TREE_CODE (TREE_TYPE (orig_decl)) == REFERENCE_TYPE in gfc_omp_finish_clause() 1305 && (GFC_DECL_GET_SCALAR_POINTER (orig_decl) in gfc_omp_finish_clause() 1306 || GFC_DECL_GET_SCALAR_ALLOCATABLE (orig_decl))) in gfc_omp_finish_clause() 2510 tree orig_decl = decl; variable 2541 if ((TREE_CODE (TREE_TYPE (orig_decl)) == REFERENCE_TYPE [all …]
|
| H A D | trans-expr.c | 1888 tree decl, orig_decl, cond; in gfc_conv_expr_present() local 1891 orig_decl = decl = gfc_get_symbol_decl (sym); in gfc_conv_expr_present() 1942 if ((use_saved_desc || TREE_CODE (orig_decl) == PARM_DECL) in gfc_conv_expr_present()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-openmp.cc | 101 tree orig_decl = decl; in gfc_omp_check_optional_argument() local 142 orig_decl, null_pointer_node); in gfc_omp_check_optional_argument() 1514 tree orig_decl = decl; in gfc_omp_finish_clause() local 1522 && (GFC_DECL_GET_SCALAR_POINTER (orig_decl) in gfc_omp_finish_clause() 1523 || GFC_DECL_GET_SCALAR_ALLOCATABLE (orig_decl))) in gfc_omp_finish_clause() 1545 if (TREE_CODE (TREE_TYPE (orig_decl)) == REFERENCE_TYPE in gfc_omp_finish_clause() 1546 && (GFC_DECL_GET_SCALAR_POINTER (orig_decl) in gfc_omp_finish_clause() 1547 || GFC_DECL_GET_SCALAR_ALLOCATABLE (orig_decl))) in gfc_omp_finish_clause() 3117 tree orig_decl = decl; in gfc_trans_omp_clauses() local 3148 if ((TREE_CODE (TREE_TYPE (orig_decl)) == REFERENCE_TYPE in gfc_trans_omp_clauses() [all …]
|
| H A D | ChangeLog | 938 orig_decl and merge nested if conditions. Add condition to not
|
| H A D | trans-expr.cc | 1982 tree decl, orig_decl, cond; in gfc_conv_expr_present() local 1985 orig_decl = decl = gfc_get_symbol_decl (sym); in gfc_conv_expr_present() 2036 if ((use_saved_desc || TREE_CODE (orig_decl) == PARM_DECL) in gfc_conv_expr_present()
|