Searched refs:on_unexpected_tree_code (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model.h | 929 virtual void on_unexpected_tree_code (tree t, 987 void on_unexpected_tree_code (tree, const dump_location_t &) OVERRIDE {} in on_unexpected_tree_code() function 1024 void on_unexpected_tree_code (tree, const dump_location_t &) in on_unexpected_tree_code() function 1085 void on_unexpected_tree_code (tree t, in on_unexpected_tree_code() function 1088 m_inner->on_unexpected_tree_code (t, loc); in on_unexpected_tree_code() 1311 void on_unexpected_tree_code (tree t, const dump_location_t &) in on_unexpected_tree_code() function
|
H A D | exploded-graph.h | 72 void on_unexpected_tree_code (tree t,
|
H A D | region-model-manager.cc | 1646 ctxt->on_unexpected_tree_code (t, loc); in get_region_for_unexpected_tree_code()
|
H A D | ChangeLog | 4772 (impl_region_model_context::on_unexpected_tree_code): Handle t 5837 (test_region_model_context::on_unexpected_tree_code): Require t to 5902 * engine.cc (impl_region_model_context::on_unexpected_tree_code): 5907 (test_region_model_context::on_unexpected_tree_code): Handle NULL 6416 (impl_region_model_context::on_unexpected_tree_code): ...this and 6421 (region_model_context::on_unexpected_tree_code): ...this and 6438 (region_model::on_unexpected_tree_code): ...this and convert first
|
H A D | engine.cc | 923 impl_region_model_context::on_unexpected_tree_code (tree t, in on_unexpected_tree_code() function in ana::impl_region_model_context
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.h | 2011 virtual void on_unexpected_tree_code (tree t, 2048 void on_unexpected_tree_code (tree, const dump_location_t &) OVERRIDE {} in on_unexpected_tree_code() function 2059 void on_unexpected_tree_code (tree, const dump_location_t &) in on_unexpected_tree_code() function 2204 void on_unexpected_tree_code (tree t, const dump_location_t &) in on_unexpected_tree_code() function
|
H A D | exploded-graph.h | 80 void on_unexpected_tree_code (tree t,
|
H A D | engine.cc | 696 impl_region_model_context::on_unexpected_tree_code (tree t, in on_unexpected_tree_code() function in ana::impl_region_model_context
|
H A D | region-model.cc | 5006 ctxt->on_unexpected_tree_code (t, loc); in make_region_for_unexpected_tree_code()
|