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

  /src/external/gpl3/gcc/dist/gcc/
rtl.cc 163 rtvec_alloc (size_t n)
194 newvec = rtvec_alloc (n);
352 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i));
161 rtvec_alloc (size_t n) function
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.cc 163 rtvec_alloc (size_t n)
194 newvec = rtvec_alloc (n);
352 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i));
161 rtvec_alloc (size_t n) function

Completed in 14 milliseconds