Lines Matching defs:call_arg
117 call_arg (const gimple *stmt, unsigned argno)
123 call_arg (tree expr, unsigned argno)
418 tree arg = call_arg (exp, argno);
437 bound = call_arg (exp, 2);
443 bound = call_arg (exp, 1);
448 tree arg = call_arg (exp, 0);
460 bound = call_arg (exp, 1);
561 tree callarg = call_arg (exp, argno);
578 tree dstarg = call_arg (exp, 0);
2391 const tree alloc_args[] = { call_arg (stmt, 0), NULL_TREE };
2444 alloc_args[0] = call_arg (stmt, idx[0]);
2450 alloc_args[1] = call_arg (stmt, idx[1]);
2467 tree dest = call_arg (stmt, 0);
2468 tree src = call_arg (stmt, 1);
2495 tree dest = call_arg (stmt, 0);
2496 tree src = call_arg (stmt, 1);
2498 tree maxread = call_arg (stmt, 2);
2564 tree dst = call_arg (stmt, 0);
2565 tree src = call_arg (stmt, 1);
2605 tree dst = call_arg (stmt, 0);
2606 tree src = call_arg (stmt, 1);
2608 tree len = call_arg (stmt, 2);
2629 tree arg1 = call_arg (stmt, 0);
2630 tree arg2 = call_arg (stmt, 1);
2631 tree bound = call_arg (stmt, 2);
3149 check_read_access (stmt, call_arg (stmt, 0));
3156 tree arg = call_arg (stmt, 0);
3166 check_read_access (stmt, call_arg (stmt, 0));
3174 check_read_access (stmt, call_arg (stmt, 0));
3179 check_read_access (stmt, call_arg (stmt, 0));
3185 tree str = call_arg (stmt, 0);
3186 tree len = call_arg (stmt, 1);
3215 check_read_access (stmt, call_arg (stmt, 0));
3216 check_read_access (stmt, call_arg (stmt, 1));
3226 tree a1 = call_arg (stmt, 0);
3227 tree a2 = call_arg (stmt, 1);
3228 tree len = call_arg (stmt, 2);
3238 tree dst = call_arg (stmt, 0);
3239 tree src = call_arg (stmt, 1);
3240 tree len = call_arg (stmt, 2);
3247 tree src = call_arg (stmt, 0);
3248 tree len = call_arg (stmt, 2);
3255 tree dst = call_arg (stmt, 0);
3256 tree len = call_arg (stmt, 2);
3617 tree arg = call_arg (stmt, i);
4298 tree arg = call_arg (stmt, argno);