Home
last modified time | relevance | path

Searched refs:code_pattern (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDpt.c11925 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()
[all …]