Lines Matching refs:code_pattern

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()
23812 gcc_assert (d != code_pattern); in instantiate_decl()
23824 deleted_p = DECL_DELETED_FN (code_pattern); in instantiate_decl()
23825 pattern_defined = ((DECL_SAVED_TREE (code_pattern) != NULL_TREE in instantiate_decl()
23826 && DECL_INITIAL (code_pattern) != error_mark_node) in instantiate_decl()
23827 || DECL_DEFAULTED_OUTSIDE_CLASS_P (code_pattern) in instantiate_decl()
23833 if (DECL_CLASS_SCOPE_P (code_pattern)) in instantiate_decl()
23834 pattern_defined = (! DECL_IN_AGGR_P (code_pattern) in instantiate_decl()
23835 || DECL_INLINE_VAR_P (code_pattern)); in instantiate_decl()
23837 pattern_defined = ! DECL_EXTERNAL (code_pattern); in instantiate_decl()
23851 DECL_SOURCE_LOCATION (td) = DECL_SOURCE_LOCATION (code_pattern); in instantiate_decl()
23852 DECL_SOURCE_LOCATION (d) = DECL_SOURCE_LOCATION (code_pattern); in instantiate_decl()
23891 && DECL_INITIAL (code_pattern)) in instantiate_decl()
23902 init = tsubst_expr (DECL_INITIAL (code_pattern), in instantiate_decl()
23913 = DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (code_pattern); in instantiate_decl()
24030 const_init = DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (code_pattern); in instantiate_decl()
24039 else if (TREE_CODE (d) == FUNCTION_DECL && DECL_DEFAULTED_FN (code_pattern)) in instantiate_decl()
24048 if (DECL_OMP_DECLARE_REDUCTION_P (code_pattern) in instantiate_decl()
24049 && TREE_CODE (DECL_CONTEXT (code_pattern)) == FUNCTION_DECL) in instantiate_decl()
24062 register_parameter_specializations (code_pattern, d); in instantiate_decl()
24065 if (DECL_OMP_DECLARE_REDUCTION_P (code_pattern)) in instantiate_decl()
24066 tsubst_omp_udr (DECL_SAVED_TREE (code_pattern), args, in instantiate_decl()
24070 tsubst_expr (DECL_SAVED_TREE (code_pattern), args, in instantiate_decl()
24077 = DECL_STRUCT_FUNCTION (code_pattern)->function_end_locus; in instantiate_decl()
24081 = DECL_STRUCT_FUNCTION (code_pattern)->language->infinite_loop; in instantiate_decl()
24085 if (DECL_OMP_DECLARE_REDUCTION_P (code_pattern) in instantiate_decl()
24086 && TREE_CODE (DECL_CONTEXT (code_pattern)) == FUNCTION_DECL) in instantiate_decl()
24094 if (DECL_OMP_DECLARE_REDUCTION_P (code_pattern)) in instantiate_decl()