Lines Matching refs:code_pattern

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()
18250 gcc_assert (d != code_pattern); in instantiate_decl()
18263 pattern_defined = (DECL_SAVED_TREE (code_pattern) != NULL_TREE in instantiate_decl()
18264 || DECL_DEFAULTED_OUTSIDE_CLASS_P (code_pattern)); in instantiate_decl()
18266 pattern_defined = ! DECL_IN_AGGR_P (code_pattern); in instantiate_decl()
18279 DECL_SOURCE_LOCATION (td) = DECL_SOURCE_LOCATION (code_pattern); in instantiate_decl()
18280 DECL_SOURCE_LOCATION (d) = DECL_SOURCE_LOCATION (code_pattern); in instantiate_decl()
18348 && DECL_INITIAL (code_pattern)) in instantiate_decl()
18357 init = tsubst_expr (DECL_INITIAL (code_pattern), in instantiate_decl()
18364 = DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (code_pattern); in instantiate_decl()
18461 const_init = DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (code_pattern); in instantiate_decl()
18465 else if (TREE_CODE (d) == FUNCTION_DECL && DECL_DEFAULTED_FN (code_pattern)) in instantiate_decl()
18515 tsubst_expr (DECL_SAVED_TREE (code_pattern), args, in instantiate_decl()
18521 input_location = DECL_STRUCT_FUNCTION (code_pattern)->function_end_locus; in instantiate_decl()