Home
last modified time | relevance | path

Searched refs:compound_svalue (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-reachability.cc192 if (const compound_svalue *compound_sval in handle_sval()
195 for (compound_svalue::iterator_t iter = compound_sval->begin (); in handle_sval()
258 if (const compound_svalue *compound_sval in handle_parm()
261 for (compound_svalue::iterator_t iter = compound_sval->begin (); in handle_parm()
H A Dsvalue.cc522 const compound_svalue *compound_sval1 = (const compound_svalue *)sval1; in cmp_ptr()
523 const compound_svalue *compound_sval2 = (const compound_svalue *)sval2; in cmp_ptr()
1729 compound_svalue::compound_svalue (tree type, const binding_map &map) in compound_svalue() function in ana::compound_svalue
1746 compound_svalue::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp()
1777 compound_svalue::accept (visitor *v) const in accept()
1792 compound_svalue::calc_complexity (const binding_map &map) in calc_complexity()
1810 compound_svalue::maybe_fold_bits_within (tree type, in maybe_fold_bits_within()
H A Dsvalue.h129 virtual const compound_svalue *
1224 class compound_svalue : public svalue
1261 compound_svalue (tree type, const binding_map &map);
1264 const compound_svalue *dyn_cast_compound_svalue () const FINAL OVERRIDE
1298 is_a_helper <const compound_svalue *>::test (const svalue *sval)
1303 template <> struct default_hash_traits<compound_svalue::key_t>
1304 : public member_function_hash_traits<compound_svalue::key_t>
H A Dregion-model-manager.cc560 const compound_svalue *compound_sval, in maybe_undo_optimize_bit_field_compare()
655 if (const compound_svalue *compound_sval in maybe_fold_binop()
1193 compound_svalue::key_t tmp_key (type, &map); in get_or_create_compound_svalue()
1194 if (compound_svalue **slot = m_compound_values_map.get (tmp_key)) in get_or_create_compound_svalue()
1196 compound_svalue *compound_sval in get_or_create_compound_svalue()
1197 = new compound_svalue (type, map); in get_or_create_compound_svalue()
H A Dregion-model.h224 virtual void visit_compound_svalue (const compound_svalue *) {} in visit_compound_svalue() argument
376 const compound_svalue *compound_sval,
438 typedef hash_map<compound_svalue::key_t,
439 compound_svalue *> compound_values_map_t;
H A Danalyzer.h54 class compound_svalue; variable
H A Dstore.h654 const compound_svalue *compound_sval);
H A DChangeLog1943 (is_a_helper <compound_svalue *>::test): Likewise.
2336 (compound_svalue::maybe_fold_bits_within): New.
2378 (compound_svalue::key_t::mark_empty): Use 2 rather than NULL_TREE.
2379 (compound_svalue::key_t::is_empty): Likewise.
2380 (compound_svalue::maybe_fold_bits_within): New.
2381 (default_hash_traits<compound_svalue::key_t>::empty_zero_p): Make
2573 BIT_AND_EXPR of compound_svalue and a mask constant.
2622 (compound_svalue::dump_to_pp): Dump any type.
3546 (compound_svalue::get_map): New accessor.
3606 attempt to create a compound_svalue if the region has an unknown
[all …]
H A Dstore.cc1262 if (const compound_svalue *compound_sval in bind()
1294 const compound_svalue *compound_sval) in bind_compound_sval()
H A Dprogram-state.cc504 if (const compound_svalue *compound_sval in impl_set_state()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Danalyzer.texi409 Perhaps they could be supported via a new @code{compound_svalue} type.
H A Dgccint.info45651 Perhaps they could be supported via a new 'compound_svalue' type.