Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_exec.c359 struct pargs *oldargs = NULL, *newargs = NULL; local
804 oldargs = p->p_args;
867 pargs_drop(oldargs);
/trueos/contrib/gcc/
HDc-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 …]
/trueos/crypto/openssl/apps/
HDapps.c2159 char **oldargs = *pargs; in args_verify() local
2277 *pargc -= *pargs - oldargs; in args_verify()
/trueos/contrib/gcc/cp/
HDpt.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()
HDtypeck.c171 tree oldargs = p1, newargs, n; in commonparms() local
222 return oldargs; in commonparms()
HDdecl.c1237 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls() local
1245 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs; in duplicate_decls()