Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-strlen.h39 extern bool handle_printf_call (gimple_stmt_iterator *, pointer_query &);
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()
Dgimple-ssa-sprintf.cc4346 handle_printf_call (gimple_stmt_iterator *gsi, pointer_query &ptr_qry) in handle_printf_call() function
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.
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.
DChangeLog-20218511 (handle_printf_call): Pass a new argument.
20898 (handle_printf_call): Same.
22038 * gimple-ssa-sprintf.c (handle_printf_call): Same.
DChangeLog11303 (handle_printf_call): Same.