Searched refs:oldargs (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | c-decl.c | 996 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 D | apps.c | 1701 char **oldargs = *pargs; in args_verify() local 1824 *pargc -= *pargs - oldargs; in args_verify()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | pt.c | 3820 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 D | typeck.c | 249 tree oldargs = p1, newargs, n; local 300 return oldargs;
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | pt.c | 4249 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 D | typeck.c | 170 tree oldargs = p1, newargs, n; in commonparms() local 221 return oldargs; in commonparms()
|
H A D | decl.c | 1224 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls() local 1232 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs; in duplicate_decls()
|