/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region.cc | 581 dump_to_pp (&pp, simple); in dump() 604 dump_to_pp (&pp, simple); in get_desc() 836 frame_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::frame_region 907 globals_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::globals_region 920 code_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::code_region 933 function_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::function_region 952 label_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::label_region 971 stack_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::stack_region 984 heap_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::heap_region 1004 root_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::root_region [all …]
|
H A D | svalue.cc | 77 dump_to_pp (&pp, simple); in dump() 89 dump_to_pp (&pp, simple); in get_desc() 713 region_svalue::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::region_svalue 718 m_reg->dump_to_pp (pp, simple); in dump_to_pp() 725 m_reg->dump_to_pp (pp, simple); in dump_to_pp() 808 constant_svalue::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::constant_svalue 906 unknown_svalue::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::unknown_svalue 967 poisoned_svalue::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::poisoned_svalue 1011 initial_svalue::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::initial_svalue 1016 m_reg->dump_to_pp (pp, simple); in dump_to_pp() [all …]
|
H A D | region.h | 153 virtual void dump_to_pp (pretty_printer *pp, bool simple) const = 0; 311 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 371 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 397 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 427 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 463 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 494 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 522 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 547 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 609 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; [all …]
|
H A D | store.cc | 87 sval->dump_to_pp (pp, simple); in dump_svalue_set() 97 uncertainty_t::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::uncertainty_t 116 dump_to_pp (&pp, simple); in dump() 149 dump_to_pp (&pp, simple); in dump() 161 dump_to_pp (&pp, simple); in get_desc() 210 bit_range::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function in ana::bit_range 214 bytes.dump_to_pp (pp); in dump_to_pp() 233 dump_to_pp (&pp); in dump() 381 byte_range::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function in ana::byte_range 404 dump_to_pp (&pp); in dump() [all …]
|
H A D | sm.cc | 72 state_machine::state::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function in ana::state_machine::state 84 dump_to_pp (&pp); in to_json() 129 state_machine::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function in ana::state_machine 136 s->dump_to_pp (pp); in dump_to_pp()
|
H A D | svalue.h | 99 virtual void dump_to_pp (pretty_printer *pp, bool simple) const = 0; 236 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 285 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 332 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 402 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 511 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 561 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 635 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 731 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 812 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; [all …]
|
H A D | store.h | 178 void dump_to_pp (pretty_printer *pp, bool simple) const; 215 virtual void dump_to_pp (pretty_printer *pp, bool simple) const = 0; 237 void dump_to_pp (pretty_printer *pp) const; 297 void dump_to_pp (pretty_printer *pp) const; 364 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 429 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 500 void dump_to_pp (pretty_printer *pp, bool simple, bool multiline) const; 565 void dump_to_pp (pretty_printer *pp, bool simple, bool multiline) const; 699 void dump_to_pp (pretty_printer *pp, bool summarize, bool multiline,
|
H A D | program-state.cc | 70 extrinsic_state::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function in ana::extrinsic_state 78 checker->dump_to_pp (pp); in dump_to_pp() 91 dump_to_pp (&pp); in dump_to_file() 208 m_global_state->dump_to_pp (pp); in print() 233 sval->dump_to_pp (pp, simple); in print() 237 e.m_state->dump_to_pp (pp); in print() 253 e.m_origin->dump_to_pp (pp, simple); in print() 849 m_region_model->dump_to_pp (pp, true, false); in print() 873 program_state::dump_to_pp (const extrinsic_state &ext_state, in dump_to_pp() function in ana::program_state 885 m_region_model->dump_to_pp (pp, true, multiline); in dump_to_pp() [all …]
|
H A D | region-model-asm.cc | 203 dst_reg->dump_to_pp (logger->get_printer (), true); in on_asm_stmt() 243 src_sval->dump_to_pp (logger->get_printer (), true); in on_asm_stmt() 254 reachable_regs.dump_to_pp (logger->get_printer ()); in on_asm_stmt()
|
H A D | pending-diagnostic.cc | 59 interesting_t::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::interesting_t 68 reg->dump_to_pp (pp, simple); in dump_to_pp()
|
H A D | feasible-graph.cc | 101 m_state.get_model ().dump_to_pp (pp, true, true); in dump_dot() 132 m_rc->dump_to_pp (pp); in dump_dot() 266 dest_fnode->get_state ().dump_to_pp (pp, true, true); in dump_feasible_path()
|
H A D | region-model.h | 48 void dump_to_pp (pretty_printer *pp) const; 92 one_way_id_map<T>::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function 118 dump_to_pp (&pp); in dump() 168 void dump_to_pp (pretty_printer *pp, bool simple, bool multiline) const; 533 void dump_to_pp (pretty_printer *pp, bool simple) const; 575 void dump_to_pp (pretty_printer *pp, bool simple, bool multiline) const; 1197 void dump_to_pp (pretty_printer *pp, bool simple) const; 1225 virtual void dump_to_pp (pretty_printer *pp) const = 0; 1246 void dump_to_pp (pretty_printer *pp) const FINAL OVERRIDE; 1262 void dump_to_pp (pretty_printer *pp) const FINAL OVERRIDE;
|
H A D | region-model-reachability.cc | 321 element->dump_to_pp (pp, true); in dump_set() 329 reachable_regions::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function in ana::reachable_regions 357 dump_to_pp (&pp); in dump()
|
H A D | sm-malloc.cc | 131 void dump_to_pp (pretty_printer *pp) const FINAL OVERRIDE; 158 void dump_to_pp (pretty_printer *pp) const; 216 virtual void dump_to_pp (pretty_printer *pp) const = 0; 248 void dump_to_pp (pretty_printer *pp) const FINAL OVERRIDE; 264 void dump_to_pp (pretty_printer *pp) const FINAL OVERRIDE; 489 deallocator::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function in ana::__anona66534980111::deallocator 535 dump_to_pp (&pp); in dump() 575 custom_deallocator_set::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function in ana::__anona66534980111::custom_deallocator_set 584 d->dump_to_pp (pp); in dump_to_pp() 612 standard_deallocator_set::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function in ana::__anona66534980111::standard_deallocator_set [all …]
|
H A D | constraint-manager.h | 60 void dump_to_pp (pretty_printer *pp) const; 85 void dump_to_pp (pretty_printer *pp, bool show_types) const; 127 void dump_to_pp (pretty_printer *pp, bool show_types) const; 416 void dump_to_pp (pretty_printer *pp, bool multiline) const;
|
H A D | engine.cc | 275 setjmp_svalue::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::setjmp_svalue 409 sval->dump_to_pp (logger->get_printer (), true); in set_next_state() 810 sval->dump_to_pp (logger->get_printer (), true); in on_state_leak() 1177 state.dump_to_pp (ext_state, false, true, pp); in dump_dot() 1265 exploded_node::dump_to_pp (pretty_printer *pp, in dump_to_pp() function in ana::exploded_node 1275 m_ps.get_state ().dump_to_pp (ext_state, false, true, pp); in dump_to_pp() 1289 dump_to_pp (&pp, ext_state); in dump() 2565 state.dump_to_pp (m_ext_state, true, false, pp); in get_or_create_node() 2599 pruned_state.dump_to_pp (m_ext_state, true, false, pp); in get_or_create_node() 2601 pruned_state.m_region_model->dump_to_pp (logger->get_printer (), true, in get_or_create_node() [all …]
|
H A D | sm.h | 51 virtual void dump_to_pp (pretty_printer *pp) const; 137 void dump_to_pp (pretty_printer *pp) const;
|
H A D | ChangeLog | 171 * engine.cc (feasibility_state::dump_to_pp): New. 172 * exploded-graph.h (feasibility_state::dump_to_pp): New decl. 227 (symbolic_region::dump_to_pp): Handle having NULL type. 668 (const_fn_result_svalue::dump_to_pp): New. 830 (bit_range_region::dump_to_pp): New. 875 (interesting_t::dump_to_pp): New. 1415 (bounded_range::dump_to_pp): New. 1429 (bounded_ranges::dump_to_pp): New. 1457 (constraint_manager::dump_to_pp): Likewise. 1495 * engine.cc (feasibility_problem::dump_to_pp): Use get_model. [all …]
|
H A D | region-model-impl-calls.cc | 182 call_details::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp() function in ana::call_details 189 m_lhs_region->dump_to_pp (pp, simple); in dump_to_pp() 197 arg_sval->dump_to_pp (pp, simple); in dump_to_pp() 211 dump_to_pp (&pp, simple); in dump()
|
H A D | program-state.h | 52 void dump_to_pp (pretty_printer *pp) const; 210 void dump_to_pp (const extrinsic_state &ext_state, bool simple,
|
H A D | exploded-graph.h | 211 void dump_to_pp (pretty_printer *pp, const extrinsic_state &ext_state) const; 952 void dump_to_pp (pretty_printer *pp, 979 void dump_to_pp (pretty_printer *pp) const; 1004 void dump_to_pp (pretty_printer *pp, bool simple, bool multiline) const;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.h | 158 void dump_to_pp (pretty_printer *pp) const; 223 id_map<T>::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function 263 dump_to_pp (&pp); in dump() 287 void dump_to_pp (pretty_printer *pp) const; 334 one_way_id_map<T>::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function 360 dump_to_pp (&pp); in dump() 894 void dump_to_pp (const region_model &model, 1703 void dump_to_pp (pretty_printer *pp, bool summarize) const; 2089 void dump_to_pp (pretty_printer *pp) const; 2137 void dump_to_pp (pretty_printer *pp) const; [all …]
|
H A D | program-state.cc | 69 extrinsic_state::dump_to_pp (pretty_printer *pp) const in dump_to_pp() function in ana::extrinsic_state 77 checker->dump_to_pp (pp); in dump_to_pp() 90 dump_to_pp (&pp); in dump_to_file() 737 program_state::dump_to_pp (const extrinsic_state &ext_state, in dump_to_pp() function in ana::program_state 742 m_region_model->dump_to_pp (pp, summarize); in dump_to_pp() 781 dump_to_pp (ext_state, summarize, &pp); in dump_to_file() 1276 state.dump_to_pp (ext_state, summarize, &pp); in assert_dump_eq()
|
H A D | engine.cc | 874 state.dump_to_pp (ext_state, true, pp); in dump_dot() 922 exploded_node::dump_to_pp (pretty_printer *pp, in dump_to_pp() function in ana::exploded_node 932 m_ps.get_state ().dump_to_pp (ext_state, false, pp); in dump_to_pp() 946 dump_to_pp (&pp, ext_state); in dump() 1896 state.dump_to_pp (m_ext_state, true, pp); in get_or_create_node() 1928 pruned_state.dump_to_pp (m_ext_state, true, pp); in get_or_create_node() 1930 pruned_state.m_region_model->dump_to_pp (logger->get_printer (), true); in get_or_create_node() 2045 pruned_state.dump_to_pp (m_ext_state, true, pp); in get_or_create_node() 2438 state.dump_to_pp (m_ext_state, true, pp); in process_node() 2573 state.dump_to_pp (m_ext_state, true, pp); in process_node() [all …]
|
H A D | program-state.h | 48 void dump_to_pp (pretty_printer *pp) const; 247 void dump_to_pp (const extrinsic_state &ext_state, bool summarize,
|