Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dc-decl.c996 tree newargs, oldargs; in match_builtin_function_types() local
1006 oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types()
1010 while (oldargs || newargs) in match_builtin_function_types()
1012 if (!oldargs in match_builtin_function_types()
1014 || !TREE_VALUE (oldargs) in match_builtin_function_types()
1016 || TYPE_MODE (TREE_VALUE (oldargs)) in match_builtin_function_types()
1020 oldargs = TREE_CHAIN (oldargs); in match_builtin_function_types()
1075 tree newargs, oldargs; in validate_proto_after_old_defn() local
1080 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype); in validate_proto_after_old_defn()
1086 tree oldargtype = TREE_VALUE (oldargs); in validate_proto_after_old_defn()
[all …]
/openbsd/usr.bin/openssl/
H A Dapps.c1701 char **oldargs = *pargs; in args_verify() local
1824 *pargc -= *pargs - oldargs; in args_verify()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c3820 comp_template_args (oldargs, newargs) in comp_template_args() argument
3821 tree oldargs, newargs; in comp_template_args()
3825 if (TREE_VEC_LENGTH (oldargs) != TREE_VEC_LENGTH (newargs))
3828 for (i = 0; i < TREE_VEC_LENGTH (oldargs); ++i)
3831 tree ot = TREE_VEC_ELT (oldargs, i);
H A Dtypeck.c249 tree oldargs = p1, newargs, n; local
300 return oldargs;
/openbsd/gnu/gcc/gcc/cp/
H A 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()
H A Dtypeck.c170 tree oldargs = p1, newargs, n; in commonparms() local
221 return oldargs; in commonparms()
H A Ddecl.c1224 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls() local
1232 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs; in duplicate_decls()