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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 2724 /* Warn if an argument at position param_pos is passed to a
2729 warn_for_restrict (unsigned param_pos, tree *argarray, unsigned nargs)
2731 tree arg = argarray[param_pos];
2743 if (i == param_pos)
2770 param_pos + 1, "restrict", arg_positions.address (),
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 2818 /* Warn if an argument at position param_pos is passed to a
2823 warn_for_restrict (unsigned param_pos, tree *argarray, unsigned nargs)
2825 tree arg = argarray[param_pos];
2837 if (i == param_pos)
2864 param_pos + 1, "restrict", arg_positions.address (),
  /src/external/mit/isl/dist/
isl_scheduler.c 2767 int param_pos; local
2774 param_pos = 4;
2775 total = param_pos + 2 * nparam;
2797 if (add_sum_constraint(graph, 0, param_pos, 2 * nparam) < 0)

Completed in 22 milliseconds