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

  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 2110 ssize_t *shiftvec, *hptr; local
2182 shiftvec = XCNEWVEC (ssize_t, shiftsize);
2191 shiftvec = NULL;
2211 if (shiftvec)
2219 if (shiftvec)
2228 shiftvec[i] = val;
2245 hptr = shiftvec;
2250 if (shiftvec)
2272 if (shiftvec)
2281 if (shiftvec)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 2081 ssize_t *shiftvec, *hptr; local
2153 shiftvec = XCNEWVEC (ssize_t, shiftsize);
2162 shiftvec = NULL;
2182 if (shiftvec)
2190 if (shiftvec)
2199 shiftvec[i] = val;
2216 hptr = shiftvec;
2221 if (shiftvec)
2243 if (shiftvec)
2252 if (shiftvec)
    [all...]

Completed in 33 milliseconds