HomeSort by: relevance | last modified time | path
    Searched defs:dump_to_pp (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/analyzer/
record-layout.h 61 void dump_to_pp (pretty_printer *pp) const function in struct:ana::record_layout::item
68 m_bit_range.dump_to_pp (pp);
78 void dump_to_pp (pretty_printer *pp) const;
record-layout.cc 71 record_layout::dump_to_pp (pretty_printer *pp) const function in class:ana::record_layout
77 it->dump_to_pp (pp);
88 dump_to_pp (&pp);
sm.cc 69 /* Base implementation of dump_to_pp vfunc. */
72 state_machine::state::dump_to_pp (pretty_printer *pp) const function in class:ana::state_machine::state
84 dump_to_pp (&pp);
137 state_machine::dump_to_pp (pretty_printer *pp) const function in class:ana::state_machine
144 s->dump_to_pp (pp);
pending-diagnostic.cc 71 interesting_t::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::interesting_t
80 reg->dump_to_pp (pp, simple);
ranges.cc 88 symbolic_byte_offset::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::symbolic_byte_offset
91 m_num_bytes_sval->dump_to_pp (pp, simple);
101 dump_to_pp (&pp, simple);
129 symbolic_byte_range::dump_to_pp (pretty_printer *pp, function in class:ana::symbolic_byte_range
143 m_start.get_svalue ()->dump_to_pp (pp, simple);
148 m_start.get_svalue ()->dump_to_pp (pp, simple);
150 get_last_byte_offset (mgr).get_svalue ()->dump_to_pp (pp, simple);
160 dump_to_pp (&pp, simple, mgr);
region-model-reachability.cc 317 element->dump_to_pp (pp, true);
325 reachable_regions::dump_to_pp (pretty_printer *pp) const function in class:ana::reachable_regions
353 dump_to_pp (&pp);
call-details.cc 340 call_details::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::call_details
347 m_lhs_region->dump_to_pp (pp, simple);
355 arg_sval->dump_to_pp (pp, simple);
369 dump_to_pp (&pp, simple);
call-summary.cc 130 call_summary::dump_to_pp (const extrinsic_state &ext_state, function in class:ana::call_summary
138 get_state ().dump_to_pp (ext_state, simple, true, pp);
152 dump_to_pp (ext_state, &pp, simple);
816 call_summary_replay::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::call_summary_replay
821 m_cd.dump_to_pp (pp, simple);
826 m_summary->dump_to_pp (m_ext_state, pp, simple);
832 m_cd.get_model ()->dump_to_pp (pp, simple, true);
846 summary_sval->dump_to_pp (pp, simple);
853 caller_sval->dump_to_pp (pp, simple);
868 summary_reg->dump_to_pp (pp, simple)
    [all...]
engine.cc 255 /* Implementation of svalue::dump_to_pp vfunc for setjmp_svalue. */
258 setjmp_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::setjmp_svalue
384 sval->dump_to_pp (logger->get_printer (), true);
861 sval->dump_to_pp (logger->get_printer (), true);
1286 state.dump_to_pp (ext_state, false, true, pp);
1374 exploded_node::dump_to_pp (pretty_printer *pp,
1384 m_ps.get_state ().dump_to_pp (ext_state, false, true, pp);
1398 dump_to_pp (&pp, ext_state);
1718 old_state->dump_to_pp (ext_state, true, false, pp);
1723 summary_end_state.dump_to_pp (ext_state, true, false, pp)
    [all...]
program-state.cc 66 extrinsic_state::dump_to_pp (pretty_printer *pp) const function in class:ana::extrinsic_state
74 checker->dump_to_pp (pp);
87 dump_to_pp (&pp);
204 m_global_state->dump_to_pp (pp);
229 sval->dump_to_pp (pp, simple);
233 e.m_state->dump_to_pp (pp);
249 e.m_origin->dump_to_pp (pp, simple);
1009 m_region_model->dump_to_pp (pp, true, false);
1033 program_state::dump_to_pp (const extrinsic_state &ext_state, function in class:ana::program_state
1045 m_region_model->dump_to_pp (pp, true, multiline)
    [all...]
region-model.h 55 void dump_to_pp (pretty_printer *pp) const;
99 one_way_id_map<T>::dump_to_pp (pretty_printer *pp) const function in class:ana::one_way_id_map
125 dump_to_pp (&pp);
175 void dump_to_pp (pretty_printer *pp, bool simple, bool multiline) const;
277 void dump_to_pp (pretty_printer *pp, bool simple, bool multiline) const;
1132 void dump_to_pp (pretty_printer *pp, bool simple) const;
1168 virtual void dump_to_pp (pretty_printer *pp) const = 0;
1189 void dump_to_pp (pretty_printer *pp) const final override;
1203 void dump_to_pp (pretty_printer *pp) const final override;
1215 void dump_to_pp (pretty_printer *pp) const final override
    [all...]
region.cc 113 region_offset::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::region_offset
119 m_sym_offset->dump_to_pp (pp, simple);
143 dump_to_pp (&pp, simple);
1038 dump_to_pp (&pp, simple);
1082 dump_to_pp (&pp, simple);
1332 /* Implementation of region::dump_to_pp vfunc for frame_region. */
1335 frame_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::frame_region
1403 /* Implementation of region::dump_to_pp vfunc for globals_region. */
1406 globals_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::globals_region
1416 /* Implementation of region::dump_to_pp vfunc for code_region. *
1419 code_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::code_region
1432 function_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::function_region
1451 label_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::label_region
1470 stack_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::stack_region
1483 heap_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::heap_region
1503 root_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::root_region
1514 thread_local_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::thread_local_region
1548 symbolic_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::symbolic_region
1576 decl_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::decl_region
1801 field_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::field_region
1872 element_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::element_region
1961 offset_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::offset_region
2036 sized_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::sized_region
2107 cast_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::cast_region
2142 heap_allocated_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::heap_allocated_region
2155 alloca_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::alloca_region
2168 string_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::string_region
2190 bit_range_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::bit_range_region
2280 var_arg_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::var_arg_region
2308 errno_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::errno_region
2319 private_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::private_region
2332 unknown_region::dump_to_pp (pretty_printer *pp, bool \/*simple*\/) const function in class:ana::unknown_region
    [all...]
svalue.cc 72 dump_to_pp (&pp, simple);
84 dump_to_pp (&pp, simple);
822 /* Implementation of svalue::dump_to_pp vfunc for region_svalue. */
825 region_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::region_svalue
830 m_reg->dump_to_pp (pp, simple);
840 m_reg->dump_to_pp (pp, simple);
920 /* Implementation of svalue::dump_to_pp vfunc for constant_svalue. */
923 constant_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::constant_svalue
1067 /* Implementation of svalue::dump_to_pp vfunc for unknown_svalue. */
1070 unknown_svalue::dump_to_pp (pretty_printer *pp, bool simple) cons function in class:ana::unknown_svalue
1133 poisoned_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::poisoned_svalue
1177 initial_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::initial_svalue
1259 unaryop_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::unaryop_svalue
1356 binop_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::binop_svalue
1431 sub_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::sub_svalue
1490 repeated_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::repeated_svalue
1617 bits_within_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::bits_within_svalue
1688 widening_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::widening_svalue
1845 placeholder_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::placeholder_svalue
1866 unmergeable_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::unmergeable_svalue
1925 compound_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::compound_svalue
2059 conjured_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::conjured_svalue
2109 asm_output_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::asm_output_svalue
2175 const_fn_result_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::const_fn_result_svalue
    [all...]
access-diagram.cc 528 access_range::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::access_range
534 bits.dump_to_pp (pp);
538 m_start.dump_to_pp (pp, simple);
540 m_next.dump_to_pp (pp, simple);
551 dump_to_pp (&pp, simple);
561 dump_to_pp (logger.get_printer (), true);
677 range.dump_to_pp (m_logger->get_printer (), true);
724 offset.dump_to_pp (logger.get_printer (), true);
1052 vec_boundaries[idx].dump_to_pp (logger->get_printer (), true);
1138 range_for_column.dump_to_pp (logger.get_printer (), true)
    [all...]
sm-malloc.cc 136 void dump_to_pp (pretty_printer *pp) const override;
159 void dump_to_pp (pretty_printer *pp) const final override;
182 void dump_to_pp (pretty_printer *pp) const;
240 virtual void dump_to_pp (pretty_printer *pp) const = 0;
272 void dump_to_pp (pretty_printer *pp) const final override;
288 void dump_to_pp (pretty_printer *pp) const final override;
543 deallocator::dump_to_pp (pretty_printer *pp) const function in class:ana::__anon12594::deallocator
589 dump_to_pp (&pp);
629 custom_deallocator_set::dump_to_pp (pretty_printer *pp) const function in class:ana::__anon12594::custom_deallocator_set
638 d->dump_to_pp (pp)
666 standard_deallocator_set::dump_to_pp (pretty_printer *pp) const function in class:ana::__anon12594::standard_deallocator_set
1677 allocation_state::dump_to_pp (pretty_printer *pp) const function in class:ana::__anon12594::allocation_state
1701 assumed_non_null_state::dump_to_pp (pretty_printer *pp) const function in class:ana::__anon12594::assumed_non_null_state
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
pending-diagnostic.cc 59 interesting_t::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::interesting_t
68 reg->dump_to_pp (pp, simple);
sm.cc 69 /* Base implementation of dump_to_pp vfunc. */
72 state_machine::state::dump_to_pp (pretty_printer *pp) const function in class:ana::state_machine::state
84 dump_to_pp (&pp);
129 state_machine::dump_to_pp (pretty_printer *pp) const function in class:ana::state_machine
136 s->dump_to_pp (pp);
region-model-reachability.cc 321 element->dump_to_pp (pp, true);
329 reachable_regions::dump_to_pp (pretty_printer *pp) const function in class:ana::reachable_regions
357 dump_to_pp (&pp);
engine.cc 272 /* Implementation of svalue::dump_to_pp vfunc for setjmp_svalue. */
275 setjmp_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::setjmp_svalue
409 sval->dump_to_pp (logger->get_printer (), true);
810 sval->dump_to_pp (logger->get_printer (), true);
1177 state.dump_to_pp (ext_state, false, true, pp);
1265 exploded_node::dump_to_pp (pretty_printer *pp,
1275 m_ps.get_state ().dump_to_pp (ext_state, false, true, pp);
1289 dump_to_pp (&pp, ext_state);
2565 state.dump_to_pp (m_ext_state, true, false, pp);
2599 pruned_state.dump_to_pp (m_ext_state, true, false, pp)
    [all...]
region-model-impl-calls.cc 182 call_details::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::call_details
189 m_lhs_region->dump_to_pp (pp, simple);
197 arg_sval->dump_to_pp (pp, simple);
211 dump_to_pp (&pp, simple);
region.cc 581 dump_to_pp (&pp, simple);
604 dump_to_pp (&pp, simple);
833 /* Implementation of region::dump_to_pp vfunc for frame_region. */
836 frame_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::frame_region
904 /* Implementation of region::dump_to_pp vfunc for globals_region. */
907 globals_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::globals_region
917 /* Implementation of region::dump_to_pp vfunc for code_region. */
920 code_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::code_region
930 /* Implementation of region::dump_to_pp vfunc for function_region. */
933 function_region::dump_to_pp (pretty_printer *pp, bool simple) cons function in class:ana::function_region
952 label_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::label_region
971 stack_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::stack_region
984 heap_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::heap_region
1004 root_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::root_region
1038 symbolic_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::symbolic_region
1066 decl_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::decl_region
1269 field_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::field_region
1321 element_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::element_region
1387 offset_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::offset_region
1443 sized_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::sized_region
1503 cast_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::cast_region
1528 heap_allocated_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::heap_allocated_region
1541 alloca_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::alloca_region
1554 string_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::string_region
1576 bit_range_region::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::bit_range_region
1645 unknown_region::dump_to_pp (pretty_printer *pp, bool \/*simple*\/) const function in class:ana::unknown_region
    [all...]
program-state.cc 70 extrinsic_state::dump_to_pp (pretty_printer *pp) const function in class:ana::extrinsic_state
78 checker->dump_to_pp (pp);
91 dump_to_pp (&pp);
208 m_global_state->dump_to_pp (pp);
233 sval->dump_to_pp (pp, simple);
237 e.m_state->dump_to_pp (pp);
253 e.m_origin->dump_to_pp (pp, simple);
849 m_region_model->dump_to_pp (pp, true, false);
873 program_state::dump_to_pp (const extrinsic_state &ext_state, function in class:ana::program_state
885 m_region_model->dump_to_pp (pp, true, multiline)
    [all...]
svalue.cc 77 dump_to_pp (&pp, simple);
89 dump_to_pp (&pp, simple);
710 /* Implementation of svalue::dump_to_pp vfunc for region_svalue. */
713 region_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::region_svalue
718 m_reg->dump_to_pp (pp, simple);
725 m_reg->dump_to_pp (pp, simple);
805 /* Implementation of svalue::dump_to_pp vfunc for constant_svalue. */
808 constant_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::constant_svalue
903 /* Implementation of svalue::dump_to_pp vfunc for unknown_svalue. */
906 unknown_svalue::dump_to_pp (pretty_printer *pp, bool simple) cons function in class:ana::unknown_svalue
967 poisoned_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::poisoned_svalue
1011 initial_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::initial_svalue
1090 unaryop_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::unaryop_svalue
1187 binop_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::binop_svalue
1260 sub_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::sub_svalue
1318 repeated_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::repeated_svalue
1444 bits_within_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::bits_within_svalue
1515 widening_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::widening_svalue
1672 placeholder_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::placeholder_svalue
1693 unmergeable_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::unmergeable_svalue
1746 compound_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::compound_svalue
1880 conjured_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::conjured_svalue
1915 asm_output_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::asm_output_svalue
1981 const_fn_result_svalue::dump_to_pp (pretty_printer *pp, bool simple) const function in class:ana::const_fn_result_svalue
    [all...]
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 function in class:ana::one_way_id_map
118 dump_to_pp (&pp);
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
    [all...]
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 function in class:ana::__anon15216::deallocator
535 dump_to_pp (&pp);
575 custom_deallocator_set::dump_to_pp (pretty_printer *pp) const function in class:ana::__anon15216::custom_deallocator_set
584 d->dump_to_pp (pp);
612 standard_deallocator_set::dump_to_pp (pretty_printer *pp) cons function in class:ana::__anon15216::standard_deallocator_set
1426 allocation_state::dump_to_pp (pretty_printer *pp) const function in class:ana::__anon15216::allocation_state
    [all...]

Completed in 44 milliseconds

1 2