Lines Matching refs:code_pattern
11925 tree code_pattern; in regenerate_decl_from_template() local
11928 code_pattern = DECL_TEMPLATE_RESULT (tmpl); in regenerate_decl_from_template()
11947 specs = tsubst_exception_specification (TREE_TYPE (code_pattern), in regenerate_decl_from_template()
11957 = skip_artificial_parms_for (code_pattern, in regenerate_decl_from_template()
11958 DECL_ARGUMENTS (code_pattern)); in regenerate_decl_from_template()
11982 if (DECL_DECLARED_INLINE_P (code_pattern) in regenerate_decl_from_template()
11985 if (DECL_INLINE (code_pattern) && !DECL_INLINE (decl)) in regenerate_decl_from_template()
11990 tsubst_expr (DECL_INITIAL (code_pattern), args, in regenerate_decl_from_template()
12072 tree code_pattern; in instantiate_decl() local
12128 code_pattern = DECL_TEMPLATE_RESULT (td); in instantiate_decl()
12132 gcc_assert (d != code_pattern); in instantiate_decl()
12145 pattern_defined = (DECL_SAVED_TREE (code_pattern) != NULL_TREE); in instantiate_decl()
12147 pattern_defined = ! DECL_IN_AGGR_P (code_pattern); in instantiate_decl()
12233 && DECL_INITIAL (code_pattern)) in instantiate_decl()
12241 init = tsubst_expr (DECL_INITIAL (code_pattern), in instantiate_decl()
12374 tsubst_expr (DECL_SAVED_TREE (code_pattern), args, in instantiate_decl()