Searched refs:code_pattern (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | pt.c | 23406 tree code_pattern; in regenerate_decl_from_template() local 23408 code_pattern = DECL_TEMPLATE_RESULT (tmpl); in regenerate_decl_from_template() 23427 specs = tsubst_exception_specification (TREE_TYPE (code_pattern), in regenerate_decl_from_template() 23438 = skip_artificial_parms_for (code_pattern, in regenerate_decl_from_template() 23439 DECL_ARGUMENTS (code_pattern)); in regenerate_decl_from_template() 23495 if (DECL_DECLARED_INLINE_P (code_pattern) in regenerate_decl_from_template() 23503 tsubst_expr (DECL_INITIAL (code_pattern), args, in regenerate_decl_from_template() 23508 TREE_TYPE (decl) = tsubst (TREE_TYPE (code_pattern), args, in regenerate_decl_from_template() 23721 tree code_pattern; in instantiate_decl() local 23808 code_pattern = DECL_TEMPLATE_RESULT (td); in instantiate_decl() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | pt.c | 17899 tree code_pattern; in regenerate_decl_from_template() local 17902 code_pattern = DECL_TEMPLATE_RESULT (tmpl); in regenerate_decl_from_template() 17921 specs = tsubst_exception_specification (TREE_TYPE (code_pattern), in regenerate_decl_from_template() 17932 = skip_artificial_parms_for (code_pattern, in regenerate_decl_from_template() 17933 DECL_ARGUMENTS (code_pattern)); in regenerate_decl_from_template() 17989 if (DECL_DECLARED_INLINE_P (code_pattern) in regenerate_decl_from_template() 17996 tsubst_expr (DECL_INITIAL (code_pattern), args, in regenerate_decl_from_template() 18000 TREE_TYPE (decl) = tsubst (TREE_TYPE (code_pattern), args, in regenerate_decl_from_template() 18174 tree code_pattern; in instantiate_decl() local 18246 code_pattern = DECL_TEMPLATE_RESULT (td); in instantiate_decl() [all …]
|