Searched refs:on_call_post (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model.h | 598 void on_call_post (const gcall *stmt,
|
H A D | ChangeLog | 1370 (region_model::on_call_post): ...here. Consolidate creation 1982 on_call_post on gcalls. 3207 (region_model::on_call_post): Handle fndecls referenced by 4017 (region_model::on_call_post): Likewise. 5222 (region_model::on_call_post): Likewise. 7156 pass it to on_call_post. 7164 (region_model::on_call_post): Add arg "bool unknown_side_effects" 7169 (region_model::on_call_post): Add arg "bool unknown_side_effects".
|
H A D | engine.cc | 1471 state->m_region_model->on_call_post (call, unknown_side_effects, ctxt); in on_stmt_post() 4557 m_model.on_call_post (call, unknown_side_effects, NULL); in maybe_update_for_edge()
|
H A D | region-model.cc | 1587 region_model::on_call_post (const gcall *call, in on_call_post() function in ana::region_model
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.h | 1717 void on_call_post (const gcall *stmt,
|
H A D | engine.cc | 1120 state->m_region_model->on_call_post (call, unknown_side_effects, &ctxt); in on_stmt()
|
H A D | region-model.cc | 4476 region_model::on_call_post (const gcall *call, in on_call_post() function in ana::region_model
|