Searched refs:compound_svalue (Results 1 – 12 of 12) sorted by relevance
192 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()
522 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_svalue1746 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()
129 virtual const compound_svalue *1224 class compound_svalue : public svalue1261 compound_svalue (tree type, const binding_map &map);1264 const compound_svalue *dyn_cast_compound_svalue () const FINAL OVERRIDE1298 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>
560 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()
224 virtual void visit_compound_svalue (const compound_svalue *) {} in visit_compound_svalue() argument376 const compound_svalue *compound_sval,438 typedef hash_map<compound_svalue::key_t,439 compound_svalue *> compound_values_map_t;
54 class compound_svalue; variable
654 const compound_svalue *compound_sval);
1943 (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): Make2573 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 …]
1262 if (const compound_svalue *compound_sval in bind()1294 const compound_svalue *compound_sval) in bind_compound_sval()
504 if (const compound_svalue *compound_sval in impl_set_state()
409 Perhaps they could be supported via a new @code{compound_svalue} type.
45651 Perhaps they could be supported via a new 'compound_svalue' type.