Searched refs:repeated_svalue (Results 1 – 6 of 6) sorted by relevance
467 const repeated_svalue *repeated_sval1 = (const repeated_svalue *)sval1; in cmp_ptr()468 const repeated_svalue *repeated_sval2 = (const repeated_svalue *)sval2; in cmp_ptr()1304 repeated_svalue::repeated_svalue (tree type, in repeated_svalue() function in ana::repeated_svalue1318 repeated_svalue::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp()1353 repeated_svalue::accept (visitor *v) const in accept()1362 repeated_svalue::all_zeroes_p () const in all_zeroes_p()1371 repeated_svalue::maybe_fold_bits_within (tree type, in maybe_fold_bits_within()
121 virtual const repeated_svalue *847 class repeated_svalue : public svalue884 repeated_svalue (tree type,889 const repeated_svalue *dyn_cast_repeated_svalue () const FINAL OVERRIDE917 is_a_helper <const repeated_svalue *>::test (const svalue *sval)922 template <> struct default_hash_traits<repeated_svalue::key_t>923 : public member_function_hash_traits<repeated_svalue::key_t>
864 if (const repeated_svalue *repeated_sval in maybe_fold_sub_svalue()945 repeated_svalue::key_t key (type, outer_size, inner_svalue); in get_or_create_repeated_svalue()946 if (repeated_svalue **slot = m_repeated_values_map.get (key)) in get_or_create_repeated_svalue()948 repeated_svalue *repeated_sval in get_or_create_repeated_svalue()949 = new repeated_svalue (type, outer_size, inner_svalue); in get_or_create_repeated_svalue()
219 virtual void visit_repeated_svalue (const repeated_svalue *) {} in visit_repeated_svalue() argument420 typedef hash_map<repeated_svalue::key_t,421 repeated_svalue *> repeated_values_map_t;
49 class repeated_svalue; variable
1869 (repeated_svalue::repeated_svalue): Likewise.2142 (repeated_svalue::all_zeroes_p): Convert to vfunc.2145 (repeated_svalue::all_zeroes_p): Convert decl to vfunc.2150 * analyzer.h (class repeated_svalue): New forward decl.2326 (repeated_svalue::repeated_svalue): New.2327 (repeated_svalue::dump_to_pp): New.2328 (repeated_svalue::accept): New.2329 (repeated_svalue::all_zeroes_p): New.2330 (repeated_svalue::maybe_fold_bits_within): New.2368 (class repeated_svalue): New.[all …]