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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-isolate-paths.cc 621 const unsigned nlocs = placeargsloc->locvec.length (); local
622 gcc_assert (nlocs);
651 unsigned nelts = argsloc.locvec.length () + nlocs;
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-isolate-paths.cc 621 const unsigned nlocs = placeargsloc->locvec.length (); local
622 gcc_assert (nlocs);
651 unsigned nelts = argsloc.locvec.length () + nlocs;
  /src/sys/kern/
subr_autoconf.c 853 int nlocs, i; local
858 nlocs = ci->ci_loclen;
859 KASSERT(!nlocs || locs);
860 for (i = 0; i < nlocs; i++) {

Completed in 89 milliseconds