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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 3313 mismatch in BNDVEC, and the location of each parameter in
3317 auto_vec<int> bndvec; local
3382 bndvec.safe_push (bndpos);
3390 const unsigned nbnds = bndvec.length ();
3402 bndvec.address (), nbnds, parmpos, newparmstr.c_str ()))
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 3275 mismatch in BNDVEC, and the location of each parameter in
3279 auto_vec<int> bndvec; local
3344 bndvec.safe_push (bndpos);
3352 const unsigned nbnds = bndvec.length ();
3364 bndvec.address (), nbnds, parmpos, newparmstr.c_str ()))

Completed in 20 milliseconds