Searched refs:on_phi (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | sm.h | 67 virtual void on_phi (sm_context *sm_ctxt ATTRIBUTE_UNUSED, in on_phi() function
|
| H A D | sm-malloc.cc | 60 void on_phi (sm_context *sm_ctxt, 756 malloc_state_machine::on_phi (sm_context *sm_ctxt, in on_phi() function in ana::__anon71be9ce50111::malloc_state_machine
|
| H A D | exploded-graph.h | 78 void on_phi (const gphi *phi, tree rhs) FINAL OVERRIDE;
|
| H A D | region-model.h | 2007 virtual void on_phi (const gphi *phi, tree rhs) = 0; 2044 void on_phi (const gphi *phi ATTRIBUTE_UNUSED, in on_phi() function
|
| H A D | engine.cc | 675 impl_region_model_context::on_phi (const gphi *phi, tree rhs) in on_phi() function in ana::impl_region_model_context 687 sm.on_phi (&sm_ctxt, m_enode_for_diag->get_supernode (), phi, rhs); in on_phi()
|
| H A D | region-model.cc | 4836 ctxt->on_phi (phi, rhs); in handle_phi()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | region-model.h | 925 virtual void on_phi (const gphi *phi, tree rhs) = 0; 983 void on_phi (const gphi *phi ATTRIBUTE_UNUSED, in on_phi() function 1080 void on_phi (const gphi *phi, tree rhs) OVERRIDE in on_phi() function 1082 m_inner->on_phi (phi, rhs); in on_phi()
|
| H A D | sm.h | 95 virtual void on_phi (sm_context *sm_ctxt ATTRIBUTE_UNUSED, in on_phi() function
|
| H A D | sm-malloc.cc | 377 void on_phi (sm_context *sm_ctxt, 1958 malloc_state_machine::on_phi (sm_context *sm_ctxt, in on_phi() function in ana::__anona66534980111::malloc_state_machine
|
| H A D | exploded-graph.h | 70 void on_phi (const gphi *phi, tree rhs) FINAL OVERRIDE;
|
| H A D | ChangeLog | 1318 (impl_region_model_context::on_phi): Update for new path_ctxt 4097 (malloc_state_machine::on_phi): Mark node param with 4771 (impl_region_model_context::on_phi): Likewise. 6647 * engine.cc (impl_region_model_context::on_phi): New. 6648 * exploded-graph.h (impl_region_model_context::on_phi): New decl. 6650 (region_model::handle_phi): Add phi param. Call the ctxt's on_phi 6654 (region_model_context::on_phi): New vfunc. 6655 (test_region_model_context::on_phi): New. 6656 * sm-malloc.cc (malloc_state_machine::on_phi): New. 6658 * sm.h (state_machine::on_phi): New vfunc.
|
| H A D | engine.cc | 902 impl_region_model_context::on_phi (const gphi *phi, tree rhs) in on_phi() function in ana::impl_region_model_context 914 sm.on_phi (&sm_ctxt, m_enode_for_diag->get_supernode (), phi, rhs); in on_phi()
|
| H A D | region-model.cc | 2049 ctxt->on_phi (phi, rhs); in handle_phi()
|