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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25612 FNDECLS are the function choices for dispatch, and is a tree chain.
25623 vec<tree> *fndecls;
25634 fndecls = static_cast<vec<tree> *> (fndecls_p);
25637 gcc_assert (fndecls->length () >= 2);
25641 clones[CLONE_DEFAULT] = (*fndecls)[0];
25649 for (ix = 1; fndecls->iterate (ix, &ele); ++ix)
25573 vec<tree> *fndecls; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 25176 FNDECLS are the function choices for dispatch, and is a tree chain.
25187 vec<tree> *fndecls;
25198 fndecls = static_cast<vec<tree> *> (fndecls_p);
25201 gcc_assert (fndecls->length () >= 2);
25205 clones[CLONE_DEFAULT] = (*fndecls)[0];
25213 for (ix = 1; fndecls->iterate (ix, &ele); ++ix)
25137 vec<tree> *fndecls; local

Completed in 60 milliseconds