Home
last modified time | relevance | path

Searched refs:oldargs (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dc-decl.c1017 tree newargs, oldargs; in match_builtin_function_types() local
1027 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() local
1101 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 …]
/freebsd-12-stable/sys/kern/
Dkern_exec.c377 struct pargs *oldargs = NULL, *newargs = NULL; in do_execve() local
862 oldargs = p->p_args; in do_execve()
966 pargs_drop(oldargs); in do_execve()
/freebsd-12-stable/contrib/gcc/cp/
Dpt.c4249 comp_template_args (tree oldargs, tree newargs) in comp_template_args() argument
4253 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()
Dtypeck.c171 tree oldargs = p1, newargs, n; in commonparms() local
222 return oldargs; in commonparms()
Ddecl.c1237 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls() local
1245 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs; in duplicate_decls()