Home
last modified time | relevance | path

Searched refs:show_types (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc-rich-location.cc233 bool show_types) in binary_op_rich_location() argument
245 maybe_add_expr (arg0, show_types ? &m_label_for_arg0 : NULL); in binary_op_rich_location()
246 maybe_add_expr (arg1, show_types ? &m_label_for_arg1 : NULL); in binary_op_rich_location()
H A Dgcc-rich-location.h216 bool show_types);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc-rich-location.c233 bool show_types) in binary_op_rich_location() argument
245 maybe_add_expr (arg0, show_types ? &m_label_for_arg0 : NULL); in binary_op_rich_location()
246 maybe_add_expr (arg1, show_types ? &m_label_for_arg1 : NULL); in binary_op_rich_location()
H A Dgcc-rich-location.h214 bool show_types);
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.h85 void dump_to_pp (pretty_printer *pp, bool show_types) const;
86 void dump (bool show_types) const;
127 void dump_to_pp (pretty_printer *pp, bool show_types) const;
128 void dump (bool show_types) const;
H A Dconstraint-manager.cc408 dump_cst (pretty_printer *pp, tree cst, bool show_types) in dump_cst() argument
411 if (show_types) in dump_cst()
423 bounded_range::dump_to_pp (pretty_printer *pp, bool show_types) const in dump_to_pp()
426 dump_cst (pp, m_lower, show_types); in dump_to_pp()
430 dump_cst (pp, m_lower, show_types); in dump_to_pp()
432 dump_cst (pp, m_upper, show_types); in dump_to_pp()
440 bounded_range::dump (bool show_types) const in dump()
446 dump_to_pp (&pp, show_types); in dump()
690 bounded_ranges::dump_to_pp (pretty_printer *pp, bool show_types) const in dump_to_pp()
697 m_ranges[i].dump_to_pp (pp, show_types); in dump_to_pp()
[all …]