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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc 2009 tree nextparm = TYPE_ARG_TYPES (fntype);
2012 arg_i < nargs && nextparm != NULL;
2015 tree parmtype = TREE_VALUE (nextparm);
2021 nextparm = TREE_CHAIN (nextparm);
2008 tree nextparm = TYPE_ARG_TYPES (fntype); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc 1969 tree nextparm = TYPE_ARG_TYPES (fntype);
1972 arg_i < nargs && nextparm != NULL;
1975 tree parmtype = TREE_VALUE (nextparm);
1981 nextparm = TREE_CHAIN (nextparm);
1968 tree nextparm = TYPE_ARG_TYPES (fntype); local

Completed in 24 milliseconds