Home
last modified time | relevance | path

Searched refs:dump_to_pp (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.cc581 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 Dsvalue.cc77 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 Dregion.h153 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 Dstore.cc87 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 Dsm.cc72 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 Dsvalue.h99 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 Dstore.h178 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 Dprogram-state.cc70 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 Dregion-model-asm.cc203 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 Dpending-diagnostic.cc59 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 Dfeasible-graph.cc101 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 Dregion-model.h48 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 Dregion-model-reachability.cc321 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 Dsm-malloc.cc131 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 Dconstraint-manager.h60 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 Dengine.cc275 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 Dsm.h51 virtual void dump_to_pp (pretty_printer *pp) const;
137 void dump_to_pp (pretty_printer *pp) const;
H A DChangeLog171 * 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 Dregion-model-impl-calls.cc182 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 Dprogram-state.h52 void dump_to_pp (pretty_printer *pp) const;
210 void dump_to_pp (const extrinsic_state &ext_state, bool simple,
H A Dexploded-graph.h211 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 Dregion-model.h158 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 Dprogram-state.cc69 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 Dengine.cc874 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 Dprogram-state.h48 void dump_to_pp (pretty_printer *pp) const;
247 void dump_to_pp (const extrinsic_state &ext_state, bool summarize,

12