Searched refs:code_pattern (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 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 [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 26162 tree code_pattern; in regenerate_decl_from_template() local 26164 code_pattern = DECL_TEMPLATE_RESULT (tmpl); in regenerate_decl_from_template() 26186 if (tree raises = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (code_pattern))) in regenerate_decl_from_template() 26189 specs = tsubst_exception_specification (TREE_TYPE (code_pattern), in regenerate_decl_from_template() 26199 = skip_artificial_parms_for (code_pattern, in regenerate_decl_from_template() 26200 DECL_ARGUMENTS (code_pattern))) in regenerate_decl_from_template() 26211 if (DECL_DECLARED_INLINE_P (code_pattern) in regenerate_decl_from_template() 26221 tsubst_init (DECL_INITIAL (code_pattern), decl, args, in regenerate_decl_from_template() 26225 TREE_TYPE (decl) = tsubst (TREE_TYPE (code_pattern), args, in regenerate_decl_from_template() 26495 tree code_pattern = pattern; in instantiate_body() local [all …]
|