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

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 205 static void oldargs(P1ND *p);
451 identifier_list: C_NAME { $$ = bdty(NAME, $1); oldargs($$); }
454 oldargs($$->n_right);
1695 oldargs(P1ND *p)
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 204 static void oldargs(NODE *p);
489 identifier_list: C_NAME { $$ = bdty(NAME, $1); oldargs($$); }
492 oldargs($$->n_right);
1642 oldargs(NODE *p)
  /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...]
  /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...]
  /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]);
  /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]);
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 9493 /* Returns true iff the OLDARGS and NEWARGS are in fact identical sets of
9498 comp_template_args (tree oldargs, tree newargs,
9501 if (oldargs == newargs)
9504 if (!oldargs || !newargs)
9507 if (TREE_VEC_LENGTH (oldargs) != TREE_VEC_LENGTH (newargs))
9510 for (int i = 0; i < TREE_VEC_LENGTH (oldargs); ++i)
9513 tree ot = TREE_VEC_ELT (oldargs, i);
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
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 9408 /* Returns 1 iff the OLDARGS and NEWARGS are in fact identical sets of
9413 comp_template_args (tree oldargs, tree newargs,
9419 if (oldargs == newargs)
9422 if (!oldargs || !newargs)
9425 if (TREE_VEC_LENGTH (oldargs) != TREE_VEC_LENGTH (newargs))
9428 for (i = 0; i < TREE_VEC_LENGTH (oldargs); ++i)
9431 tree ot = TREE_VEC_ELT (oldargs, i);
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

Completed in 103 milliseconds