Lines Matching refs:code_pattern
25265 tree code_pattern; in regenerate_decl_from_template() local
25267 code_pattern = DECL_TEMPLATE_RESULT (tmpl); in regenerate_decl_from_template()
25288 if (tree raises = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (code_pattern))) in regenerate_decl_from_template()
25291 specs = tsubst_exception_specification (TREE_TYPE (code_pattern), in regenerate_decl_from_template()
25303 = skip_artificial_parms_for (code_pattern, in regenerate_decl_from_template()
25304 DECL_ARGUMENTS (code_pattern)); in regenerate_decl_from_template()
25360 if (DECL_DECLARED_INLINE_P (code_pattern) in regenerate_decl_from_template()
25370 tsubst_init (DECL_INITIAL (code_pattern), decl, args, in regenerate_decl_from_template()
25374 TREE_TYPE (decl) = tsubst (TREE_TYPE (code_pattern), args, in regenerate_decl_from_template()
25651 tree code_pattern; in instantiate_decl() local
25738 code_pattern = DECL_TEMPLATE_RESULT (td); in instantiate_decl()
25742 gcc_assert (d != code_pattern); in instantiate_decl()
25754 deleted_p = DECL_DELETED_FN (code_pattern); in instantiate_decl()
25755 pattern_defined = ((DECL_SAVED_TREE (code_pattern) != NULL_TREE in instantiate_decl()
25756 && DECL_INITIAL (code_pattern) != error_mark_node) in instantiate_decl()
25757 || DECL_DEFAULTED_FN (code_pattern) in instantiate_decl()
25763 if (DECL_CLASS_SCOPE_P (code_pattern)) in instantiate_decl()
25764 pattern_defined = ! DECL_IN_AGGR_P (code_pattern); in instantiate_decl()
25766 pattern_defined = ! DECL_EXTERNAL (code_pattern); in instantiate_decl()
25780 DECL_SOURCE_LOCATION (td) = DECL_SOURCE_LOCATION (code_pattern); in instantiate_decl()
25781 DECL_SOURCE_LOCATION (d) = DECL_SOURCE_LOCATION (code_pattern); in instantiate_decl()
25820 && DECL_INITIAL (code_pattern)) in instantiate_decl()
25831 init = tsubst_expr (DECL_INITIAL (code_pattern), in instantiate_decl()
25842 = DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (code_pattern); in instantiate_decl()
25952 const_init = DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (code_pattern); in instantiate_decl()
25963 else if (TREE_CODE (d) == FUNCTION_DECL && DECL_DEFAULTED_FN (code_pattern)) in instantiate_decl()
25972 if (DECL_OMP_DECLARE_REDUCTION_P (code_pattern) in instantiate_decl()
25973 && TREE_CODE (DECL_CONTEXT (code_pattern)) == FUNCTION_DECL) in instantiate_decl()
25986 register_parameter_specializations (code_pattern, d); in instantiate_decl()
25989 if (DECL_OMP_DECLARE_REDUCTION_P (code_pattern)) in instantiate_decl()
25990 tsubst_omp_udr (DECL_SAVED_TREE (code_pattern), args, in instantiate_decl()
25994 tsubst_expr (DECL_SAVED_TREE (code_pattern), args, in instantiate_decl()
26001 = DECL_STRUCT_FUNCTION (code_pattern)->function_end_locus; in instantiate_decl()
26005 = DECL_STRUCT_FUNCTION (code_pattern)->language->infinite_loop; in instantiate_decl()
26009 if (DECL_OMP_DECLARE_REDUCTION_P (code_pattern) in instantiate_decl()
26010 && TREE_CODE (DECL_CONTEXT (code_pattern)) == FUNCTION_DECL) in instantiate_decl()
26018 if (DECL_OMP_DECLARE_REDUCTION_P (code_pattern)) in instantiate_decl()