HomeSort by: relevance | last modified time | path
    Searched defs:oldargs (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 1838 tree oldargs = TYPE_ARG_TYPES (oldtype);
1847 for (unsigned i = 1; oldargs || newargs; ++i)
1849 if (!oldargs
1851 || !TREE_VALUE (oldargs)
1855 tree oldtype = TYPE_MAIN_VARIANT (TREE_VALUE (oldargs));
1871 if (TREE_VALUE (oldargs) != builtin_structptr_types[j].node)
1911 oldargs = TREE_CHAIN (oldargs);
1979 tree newargs, oldargs;
1984 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype)
1825 tree oldargs = TYPE_ARG_TYPES (oldtype); local
1966 tree newargs, oldargs; local
    [all...]
c-decl.cc 1838 tree oldargs = TYPE_ARG_TYPES (oldtype);
1847 for (unsigned i = 1; oldargs || newargs; ++i)
1849 if (!oldargs
1851 || !TREE_VALUE (oldargs)
1855 tree oldtype = TYPE_MAIN_VARIANT (TREE_VALUE (oldargs));
1871 if (TREE_VALUE (oldargs) != builtin_structptr_types[j].node)
1911 oldargs = TREE_CHAIN (oldargs);
1979 tree newargs, oldargs;
1984 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype)
1825 tree oldargs = TYPE_ARG_TYPES (oldtype); local
1966 tree newargs, oldargs; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 184 tree oldargs = p1, newargs, n;
235 return oldargs;
183 tree oldargs = p1, newargs, n; local
typeck.cc 184 tree oldargs = p1, newargs, n;
235 return oldargs;
183 tree oldargs = p1, newargs, n; local
decl.cc 1763 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1771 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1758 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); local
decl.cc 1763 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1771 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1758 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); local
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-sccvn.cc 2884 tree oldargs[4]; local
2888 oldargs[i] = gimple_call_arg (def_stmt, i);
2889 tree val = vn_valueize (oldargs[i]);
2890 if (val != oldargs[i])
2901 gimple_call_set_arg (def_stmt, i, oldargs[i]);
tree-ssa-sccvn.cc 2884 tree oldargs[4]; local
2888 oldargs[i] = gimple_call_arg (def_stmt, i);
2889 tree val = vn_valueize (oldargs[i]);
2890 if (val != oldargs[i])
2901 gimple_call_set_arg (def_stmt, i, oldargs[i]);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 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)
1707 tree oldargs = TYPE_ARG_TYPES (oldtype); local
1849 tree newargs, oldargs; local
    [all...]
c-decl.cc 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)
1707 tree oldargs = TYPE_ARG_TYPES (oldtype); local
1849 tree newargs, oldargs; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 189 tree oldargs = p1, newargs, n;
240 return oldargs;
188 tree oldargs = p1, newargs, n; local
typeck.cc 189 tree oldargs = p1, newargs, n;
240 return oldargs;
188 tree oldargs = p1, newargs, n; local
decl.cc 1637 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1645 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1632 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); local
decl.cc 1637 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1645 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1632 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sccvn.cc 2784 tree oldargs[4]; local
2788 oldargs[i] = gimple_call_arg (def_stmt, i);
2789 tree val = vn_valueize (oldargs[i]);
2790 if (val != oldargs[i])
2801 gimple_call_set_arg (def_stmt, i, oldargs[i]);
tree-ssa-sccvn.cc 2784 tree oldargs[4]; local
2788 oldargs[i] = gimple_call_arg (def_stmt, i);
2789 tree val = vn_valueize (oldargs[i]);
2790 if (val != oldargs[i])
2801 gimple_call_set_arg (def_stmt, i, oldargs[i]);

Completed in 235 milliseconds