Home
last modified time | relevance | path

Searched refs:handle_printf_call (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.h35 extern bool handle_printf_call (gimple_stmt_iterator *, const vr_values *);
H A Dtree-ssa-strlen.c5402 return !handle_printf_call (gsi, rvals); in strlen_check_and_optimize_call()
5463 if (handle_printf_call (gsi, rvals)) in strlen_check_and_optimize_call()
H A Dgimple-ssa-sprintf.c4292 handle_printf_call (gimple_stmt_iterator *gsi, const vr_values *vr_values) in handle_printf_call() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.h39 extern bool handle_printf_call (gimple_stmt_iterator *, pointer_query &);
H A Dtree-ssa-strlen.cc5367 return !handle_printf_call (&m_gsi, ptr_qry); in check_and_optimize_call()
5428 if (handle_printf_call (&m_gsi, ptr_qry)) in check_and_optimize_call()
H A Dgimple-ssa-sprintf.cc4346 handle_printf_call (gimple_stmt_iterator *gsi, pointer_query &ptr_qry) in handle_printf_call() function
H A DChangeLog-20202621 (handle_printf_call): Change argument type.
2637 (handle_printf_call): Change argument type.
11497 (handle_printf_call): Same. Adjust for range_query API.
11522 (handle_printf_call): Same.
15929 (handle_printf_call): Same.
31726 * tree-ssa-strlen.h (handle_printf_call): Likewise.
H A DChangeLog-20192358 (strlen_check_and_optimize_call): Likewise. For handle_printf_call
2359 calls, return !handle_printf_call rather than always returning true.
16161 (sprintf_dom_walker::handle_printf_call): Rename...
16162 (handle_printf_call): ...to this. Initialize target to host charmap
16187 (handle_printf_call): Same.
H A DChangeLog-20218511 (handle_printf_call): Pass a new argument.
20898 (handle_printf_call): Same.
22038 * gimple-ssa-sprintf.c (handle_printf_call): Same.
H A DChangeLog11303 (handle_printf_call): Same.