Searched refs:call_details (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model-impl-calls.cc | 70 call_details::call_details (const gcall *call, region_model *model, in call_details() function in ana::call_details 86 call_details::get_manager () const in get_manager() 94 call_details::get_uncertainty () const in get_uncertainty() 107 call_details::maybe_set_lhs (const svalue *result) const in maybe_set_lhs() 122 call_details::num_args () const in num_args() 130 call_details::get_arg_tree (unsigned idx) const in get_arg_tree() 138 call_details::get_arg_type (unsigned idx) const in get_arg_type() 146 call_details::get_arg_svalue (unsigned idx) const in get_arg_svalue() 158 call_details::get_arg_string_literal (unsigned idx) const in get_arg_string_literal() 174 call_details::get_fndecl_for_call () const in get_fndecl_for_call() [all …]
|
H A D | call-info.h | 42 call_details get_call_details (region_model *model, 46 call_info (const call_details &cd); 64 success_call_info (const call_details &cd) : call_info (cd) {} in success_call_info() 78 failed_call_info (const call_details &cd) : call_info (cd) {} in failed_call_info()
|
H A D | region-model.h | 508 class call_details 511 call_details (const gcall *call, region_model *model, 605 void impl_call_alloca (const call_details &cd); 613 void impl_call_builtin_expect (const call_details &cd); 614 void impl_call_calloc (const call_details &cd); 615 bool impl_call_error (const call_details &cd, unsigned min_args, 617 void impl_call_fgets (const call_details &cd); 618 void impl_call_fread (const call_details &cd); 619 void impl_call_free (const call_details &cd); 620 void impl_call_malloc (const call_details &cd); [all …]
|
H A D | call-info.cc | 121 call_details 125 return call_details (m_call_stmt, model, ctxt); in get_call_details() 133 call_info::call_info (const call_details &cd) in call_info()
|
H A D | analyzer.h | 80 class call_details; variable
|
H A D | ChangeLog | 273 (call_details::get_or_create_conjured_svalue): Likewise for call 277 implicitly by call_details::get_or_create_conjured_svalue. 651 * region-model-impl-calls.cc (call_details::get_manager): New. 666 (call_details::get_manager): New decl. 1366 (call_details::get_fndecl_for_call): New. 1371 of call_details instance. 1374 * region-model.h (call_details::get_call_stmt): New. 1375 (call_details::get_fndecl_for_call): New. 1922 (call_details::get_arg_string_literal): New. 1923 * region-model.h (call_details::get_arg_string_literal): New decl. [all …]
|
H A D | region-model.cc | 1274 region_model::check_call_args (const call_details &cd) const in check_call_args() 1284 const_fn_p (const call_details &cd) in const_fn_p() 1298 maybe_get_const_fn_result (const call_details &cd) in maybe_get_const_fn_result() 1343 call_details cd (call, this, ctxt); in on_call_pre() 1593 call_details cd (call, this, ctxt); in on_call_post()
|
H A D | program-state.cc | 1448 call_details cd (call, m_region_model, ctxt); in impl_call_analyzer_dump_state()
|
H A D | sm-malloc.cc | 2122 region_model::on_realloc_with_move (const call_details &cd, in on_realloc_with_move()
|