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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 3365 const int ptridx = access.second.ptrarg; local
3368 gcc_assert (ptridx != -1);
3369 gcc_assert (access.first == ptridx || access.first == sizidx);
3377 tree ptrtype = fntype_argno_type (fntype, ptridx);
3460 ptridx + 1, argtypestr.c_str ()))
3513 ptridx + 1, sizidx + 1, sizstr))
3575 ptridx + 1, arrtype);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 3337 const int ptridx = access.second.ptrarg; local
3340 gcc_assert (ptridx != -1);
3341 gcc_assert (access.first == ptridx || access.first == sizidx);
3349 tree ptrtype = fntype_argno_type (fntype, ptridx);
3423 ptridx + 1, argtypestr.c_str ()))
3481 ptridx + 1, argtypestr.c_str (),
3489 ptridx + 1, sizidx + 1, sizstr))
3499 ptridx + 1, argtype, access_nelts))
3561 ptridx + 1, arrtype);

Completed in 26 milliseconds