Home
last modified time | relevance | path

Searched refs:objsz (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-strlen.c1412 tree src, dst, srclen, dstlen, len, lhs, args, type, fn, objsz, endptr; in handle_builtin_strcat() local
1510 objsz = NULL_TREE; in handle_builtin_strcat()
1524 objsz = gimple_call_arg (stmt, 2); in handle_builtin_strcat()
1560 success = update_gimple_call (gsi, fn, 3 + (objsz != NULL_TREE), in handle_builtin_strcat()
1561 dst, src, len, objsz); in handle_builtin_strcat()
1563 success = update_gimple_call (gsi, fn, 2 + (objsz != NULL_TREE), in handle_builtin_strcat()
1564 dst, src, objsz); in handle_builtin_strcat()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-strlen.c2372 tree srclen, args, type, fn, objsz, endptr; in handle_builtin_strcat() local
2506 objsz = NULL_TREE; in handle_builtin_strcat()
2522 objsz = gimple_call_arg (stmt, with_bounds ? 4 : 2); in handle_builtin_strcat()
2579 success = update_gimple_call (gsi, fn, 5 + (objsz != NULL_TREE), in handle_builtin_strcat()
2584 len, objsz); in handle_builtin_strcat()
2586 success = update_gimple_call (gsi, fn, 4 + (objsz != NULL_TREE), in handle_builtin_strcat()
2591 objsz); in handle_builtin_strcat()
2595 success = update_gimple_call (gsi, fn, 3 + (objsz != NULL_TREE), in handle_builtin_strcat()
2596 dst, src, len, objsz); in handle_builtin_strcat()
2598 success = update_gimple_call (gsi, fn, 2 + (objsz != NULL_TREE), in handle_builtin_strcat()
[all …]