Searched refs:oldargs (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c1025 tree newargs, oldargs;
1035 oldargs = TYPE_ARG_TYPES (oldtype);
1039 while (oldargs || newargs)
1041 if (!oldargs
1043 || !TREE_VALUE (oldargs)
1045 || TYPE_MODE (TREE_VALUE (oldargs))
1049 oldargs = TREE_CHAIN (oldargs);
1104 tree newargs, oldargs;
1109 oldargs
1017 tree newargs, oldargs; local
1096 tree newargs, oldargs; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_exec.c364 struct pargs *oldargs = NULL, *newargs = NULL; local
853 oldargs = p->p_args;
957 pargs_drop(oldargs);
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c2282 char **oldargs = *pargs; local
2439 *pargc -= *pargs - oldargs;
/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c4249 comp_template_args (tree oldargs, tree newargs) argument
4253 if (TREE_VEC_LENGTH (oldargs) != TREE_VEC_LENGTH (newargs))
4256 for (i = 0; i < TREE_VEC_LENGTH (oldargs); ++i)
4259 tree ot = TREE_VEC_ELT (oldargs, i);
H A Dtypeck.c172 tree oldargs = p1, newargs, n;
223 return oldargs;
171 tree oldargs = p1, newargs, n; local
H A Ddecl.c1242 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1250 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1237 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); local

Completed in 166 milliseconds