Searched refs:oldargs (Results 1 – 6 of 6) sorted by relevance
359 struct pargs *oldargs = NULL, *newargs = NULL; local804 oldargs = p->p_args;867 pargs_drop(oldargs);
1017 tree newargs, oldargs; in match_builtin_function_types() local1027 oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types()1031 while (oldargs || newargs) in match_builtin_function_types()1033 if (!oldargs in match_builtin_function_types()1035 || !TREE_VALUE (oldargs) in match_builtin_function_types()1037 || TYPE_MODE (TREE_VALUE (oldargs)) in match_builtin_function_types()1041 oldargs = TREE_CHAIN (oldargs); in match_builtin_function_types()1096 tree newargs, oldargs; in validate_proto_after_old_defn() local1101 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype); in validate_proto_after_old_defn()1107 tree oldargtype = TREE_VALUE (oldargs); in validate_proto_after_old_defn()[all …]
2159 char **oldargs = *pargs; in args_verify() local2277 *pargc -= *pargs - oldargs; in args_verify()
4249 comp_template_args (tree oldargs, tree newargs) in comp_template_args() argument4253 if (TREE_VEC_LENGTH (oldargs) != TREE_VEC_LENGTH (newargs)) in comp_template_args()4256 for (i = 0; i < TREE_VEC_LENGTH (oldargs); ++i) in comp_template_args()4259 tree ot = TREE_VEC_ELT (oldargs, i); in comp_template_args()
171 tree oldargs = p1, newargs, n; in commonparms() local222 return oldargs; in commonparms()
1237 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls() local1245 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs; in duplicate_decls()