Searched refs:code_pattern (Results 1 – 2 of 2) sorted by relevance
11887 tree code_pattern; in regenerate_decl_from_template() local11890 code_pattern = DECL_TEMPLATE_RESULT (tmpl); in regenerate_decl_from_template()11909 specs = tsubst_exception_specification (TREE_TYPE (code_pattern), in regenerate_decl_from_template()11919 = skip_artificial_parms_for (code_pattern, in regenerate_decl_from_template()11920 DECL_ARGUMENTS (code_pattern)); in regenerate_decl_from_template()11944 if (DECL_DECLARED_INLINE_P (code_pattern) in regenerate_decl_from_template()11947 if (DECL_INLINE (code_pattern) && !DECL_INLINE (decl)) in regenerate_decl_from_template()11952 tsubst_expr (DECL_INITIAL (code_pattern), args, in regenerate_decl_from_template()12034 tree code_pattern; in instantiate_decl() local12090 code_pattern = DECL_TEMPLATE_RESULT (td); in instantiate_decl()[all …]
10188 tree code_pattern; local10193 code_pattern = DECL_TEMPLATE_RESULT (tmpl);10211 new_decl = tsubst (code_pattern, args, tf_error, NULL_TREE);10218 tsubst_expr (DECL_INITIAL (code_pattern), args, 10264 tree code_pattern; local10359 code_pattern = DECL_TEMPLATE_RESULT (td);10372 pattern_defined = (DECL_SAVED_TREE (code_pattern) != NULL_TREE);10374 pattern_defined = ! DECL_IN_AGGR_P (code_pattern);10408 else if (DECL_INTERFACE_KNOWN (code_pattern))10411 DECL_NOT_REALLY_EXTERN (d) = ! DECL_EXTERNAL (code_pattern);[all …]