Home
last modified time | relevance | path

Searched refs:update_gimple_call (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtsan.c531 update_gimple_call (gsi, decl, num + 1, args[0], args[1], args[2]); in instrument_builtin_call()
579 update_gimple_call (gsi, decl, 5, args[0], args[1], args[2], in instrument_builtin_call()
603 update_gimple_call (gsi, decl, 5, args[0], in instrument_builtin_call()
630 update_gimple_call (gsi, decl, 3, gimple_call_arg (stmt, 0), in instrument_builtin_call()
661 update_gimple_call (gsi, decl, 3, gimple_call_arg (stmt, 0), in instrument_builtin_call()
667 update_gimple_call (gsi, decl, 3, gimple_call_arg (stmt, 0), in instrument_builtin_call()
H A Dtree-ssa-propagate.h66 extern bool update_gimple_call (gimple_stmt_iterator *, tree, int, ...);
H A Dtree-ssa-strlen.c1683 success = update_gimple_call (gsi, fn, 5, dst, in handle_builtin_strcpy()
1689 success = update_gimple_call (gsi, fn, 6, dst, in handle_builtin_strcpy()
1698 success = update_gimple_call (gsi, fn, 3, dst, src, len); in handle_builtin_strcpy()
1700 success = update_gimple_call (gsi, fn, 4, dst, src, len, in handle_builtin_strcpy()
2579 success = update_gimple_call (gsi, fn, 5 + (objsz != NULL_TREE), in handle_builtin_strcat()
2586 success = update_gimple_call (gsi, fn, 4 + (objsz != NULL_TREE), in handle_builtin_strcat()
2595 success = update_gimple_call (gsi, fn, 3 + (objsz != NULL_TREE), in handle_builtin_strcat()
2598 success = update_gimple_call (gsi, fn, 2 + (objsz != NULL_TREE), in handle_builtin_strcat()
2684 update_gimple_call (&gsi1, builtin_decl_implicit (BUILT_IN_CALLOC), 2, in handle_builtin_memset()
H A Dtree-ssa-propagate.c639 update_gimple_call (gimple_stmt_iterator *si_p, tree fn, int nargs, ...) in update_gimple_call() function
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-propagate.h76 bool update_gimple_call (gimple_stmt_iterator *, tree, int, ...);
H A Dtree-ssa-strlen.c1243 success = update_gimple_call (gsi, fn, 3, dst, src, len); in handle_builtin_strcpy()
1245 success = update_gimple_call (gsi, fn, 4, dst, src, len, in handle_builtin_strcpy()
1560 success = update_gimple_call (gsi, fn, 3 + (objsz != NULL_TREE), in handle_builtin_strcat()
1563 success = update_gimple_call (gsi, fn, 2 + (objsz != NULL_TREE), in handle_builtin_strcat()
H A Dtree-ssa-propagate.c708 update_gimple_call (gimple_stmt_iterator *si_p, tree fn, int nargs, ...) in update_gimple_call() function