Lines Matching refs:oldargs
1720 tree oldargs = TYPE_ARG_TYPES (oldtype);
1731 for (unsigned i = 1; oldargs || newargs; ++i)
1733 if (!oldargs
1735 || !TREE_VALUE (oldargs)
1739 tree oldtype = TYPE_MAIN_VARIANT (TREE_VALUE (oldargs));
1755 if (TREE_VALUE (oldargs) != builtin_structptr_types[j].node)
1795 oldargs = TREE_CHAIN (oldargs);
1862 tree newargs, oldargs;
1867 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype);
1873 tree oldargtype = TREE_VALUE (oldargs);
1916 oldargs = TREE_CHAIN (oldargs);