Home
last modified time | relevance | path

Searched refs:check_call_args (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.h856 void check_call_args (const call_details &cd) const;
H A Dregion-model.cc1274 region_model::check_call_args (const call_details &cd) const in check_call_args() function in ana::region_model
1362 check_call_args (cd); in on_call_pre()
H A DChangeLog91 * region-model.cc (region_model::on_call_pre): Use check_call_args
904 * region-model.cc (region_model::check_call_args): New.
906 * region-model.h (region_model::check_call_args): New decl
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20081887 * gimple-low.c (check_call_args): New function.