Home
last modified time | relevance | path

Searched refs:old_args (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Drepo.c43 static const char *old_args, *old_dir, *old_main; variable
182 old_args = ggc_strdup (buf + 2); in init_repo()
209 if (old_args && !get_random_seed (true) in init_repo()
210 && (p = strstr (old_args, "'-frandom-seed="))) in init_repo()
H A Dpt.c23075 tree old_args = ARGUMENT_PACK_ARGS (old_pack); in unify_pack_expansion() local
23077 if (!comp_template_args (old_args, new_args, in unify_pack_expansion()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.h883 ipa_edge_args *old_args, in class()
H A Dipa-prop.c4210 ipa_edge_args *old_args, ipa_edge_args *new_args) in duplicate() argument
4214 new_args->jump_functions = vec_safe_copy (old_args->jump_functions); in duplicate()
4215 if (old_args->polymorphic_call_contexts) in duplicate()
4217 = vec_safe_copy (old_args->polymorphic_call_contexts); in duplicate()
4219 for (i = 0; i < vec_safe_length (old_args->jump_functions); i++) in duplicate()
4221 struct ipa_jump_func *src_jf = ipa_get_ith_jump_func (old_args, i); in duplicate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.h1063 ipa_edge_args *old_args, in class()
H A Dipa-prop.cc4429 ipa_edge_args *old_args, ipa_edge_args *new_args) in duplicate() argument
4433 new_args->jump_functions = vec_safe_copy (old_args->jump_functions); in duplicate()
4434 if (old_args->polymorphic_call_contexts) in duplicate()
4436 = vec_safe_copy (old_args->polymorphic_call_contexts); in duplicate()
4438 for (i = 0; i < vec_safe_length (old_args->jump_functions); i++) in duplicate()
4440 struct ipa_jump_func *src_jf = ipa_get_ith_jump_func (old_args, i); in duplicate()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc23969 tree old_args = ARGUMENT_PACK_ARGS (old_pack); in unify_pack_expansion() local
23970 temp_override<int> ovl (TREE_VEC_LENGTH (old_args)); in unify_pack_expansion()
23976 && TREE_VEC_LENGTH (new_args) < TREE_VEC_LENGTH (old_args) in unify_pack_expansion()
23980 TREE_VEC_LENGTH (old_args) = TREE_VEC_LENGTH (new_args); in unify_pack_expansion()
23981 if (!comp_template_args (old_args, new_args, in unify_pack_expansion()
H A DChangeLog-20021782 * repo.c (old_args, old_dir, old_main): Const-ify.