Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc475 const bits_within_svalue *bits_within_sval1 in cmp_ptr()
476 = (const bits_within_svalue *)sval1; in cmp_ptr()
477 const bits_within_svalue *bits_within_sval2 in cmp_ptr()
478 = (const bits_within_svalue *)sval2; in cmp_ptr()
1431 bits_within_svalue::bits_within_svalue (tree type, in bits_within_svalue() function in ana::bits_within_svalue
1444 bits_within_svalue::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp()
1478 bits_within_svalue::maybe_fold_bits_within (tree type, in maybe_fold_bits_within()
1495 bits_within_svalue::accept (visitor *v) const in accept()
1504 bits_within_svalue::implicitly_live_p (const svalue_set *live_svalues, in implicitly_live_p()
H A Dsvalue.h123 virtual const bits_within_svalue *
935 class bits_within_svalue : public svalue
971 bits_within_svalue (tree type,
976 const bits_within_svalue *
1005 is_a_helper <const bits_within_svalue *>::test (const svalue *sval)
1010 template <> struct default_hash_traits<bits_within_svalue::key_t>
1011 : public member_function_hash_traits<bits_within_svalue::key_t>
H A Dregion-model-manager.cc1138 bits_within_svalue::key_t key (type, bits, inner_svalue); in get_or_create_bits_within()
1139 if (bits_within_svalue **slot = m_bits_within_values_map.get (key)) in get_or_create_bits_within()
1141 bits_within_svalue *bits_within_sval in get_or_create_bits_within()
1142 = new bits_within_svalue (type, bits, inner_svalue); in get_or_create_bits_within()
H A Dregion-model.h220 virtual void visit_bits_within_svalue (const bits_within_svalue *) {} in visit_bits_within_svalue() argument
424 typedef hash_map<bits_within_svalue::key_t,
425 bits_within_svalue *> bits_within_values_map_t;
H A Danalyzer.h50 class bits_within_svalue; variable
H A DChangeLog1870 (bits_within_svalue::bits_within_svalue): Likewise.
2151 (class bits_within_svalue): New forward decl.
2331 (bits_within_svalue::bits_within_svalue): New.
2332 (bits_within_svalue::dump_to_pp): New.
2333 (bits_within_svalue::maybe_fold_bits_within): New.
2334 (bits_within_svalue::accept): New.
2335 (bits_within_svalue::implicitly_live_p): New.
2371 (class bits_within_svalue): New.
2372 (is_a_helper <const bits_within_svalue *>::test): New.
2373 (struct default_hash_traits<bits_within_svalue::key_t>): New.