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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c1023 tree newargs, oldargs;
1033 oldargs = TYPE_ARG_TYPES (oldtype);
1037 while (oldargs || newargs)
1039 if (!oldargs
1041 || !TREE_VALUE (oldargs)
1043 || TYPE_MODE (TREE_VALUE (oldargs))
1047 oldargs = TREE_CHAIN (oldargs);
1102 tree newargs, oldargs;
1107 oldargs
1015 tree newargs, oldargs; local
1094 tree newargs, oldargs; local
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_exec.c347 struct pargs *oldargs = NULL, *newargs = NULL; local
814 oldargs = p->p_args;
888 pargs_drop(oldargs);
/freebsd-9.3-release/crypto/openssl/apps/
H A Dapps.c2105 char **oldargs = *pargs; local
2179 *pargc -= *pargs - oldargs;
/freebsd-9.3-release/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.c171 tree oldargs = p1, newargs, n;
222 return oldargs;
170 tree oldargs = p1, newargs, n; local
H A Ddecl.c1241 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1249 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1236 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); local

Completed in 264 milliseconds