Searched refs:param_pos (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-warn.c | 2735 warn_for_restrict (unsigned param_pos, tree *argarray, unsigned nargs) in warn_for_restrict() argument 2737 tree arg = argarray[param_pos]; in warn_for_restrict() 2749 if (i == param_pos) in warn_for_restrict() 2776 param_pos + 1, "restrict", arg_positions.address (), in warn_for_restrict()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-warn.cc | 2725 warn_for_restrict (unsigned param_pos, tree *argarray, unsigned nargs) in warn_for_restrict() argument 2727 tree arg = argarray[param_pos]; in warn_for_restrict() 2739 if (i == param_pos) in warn_for_restrict() 2766 param_pos + 1, "restrict", arg_positions.address (), in warn_for_restrict()
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_scheduler.c | 2767 int param_pos; in setup_lp() local 2774 param_pos = 4; in setup_lp() 2775 total = param_pos + 2 * nparam; in setup_lp() 2797 if (add_sum_constraint(graph, 0, param_pos, 2 * nparam) < 0) in setup_lp()
|