Home
last modified time | relevance | path

Searched refs:unwrap_any_unmergeable (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc110 const svalue *sval = unwrap_any_unmergeable (); in maybe_get_constant()
150 svalue::unwrap_any_unmergeable () const in unwrap_any_unmergeable() function in ana::svalue
H A Dconstraint-manager.cc1763 lhs = lhs->unwrap_any_unmergeable (); in add_constraint()
1764 rhs = rhs->unwrap_any_unmergeable (); in add_constraint()
2122 sval = sval->unwrap_any_unmergeable (); in add_bounded_ranges()
2478 lhs = lhs->unwrap_any_unmergeable (); in eval_condition()
2479 rhs = rhs->unwrap_any_unmergeable (); in eval_condition()
H A Dsvalue.h141 const svalue *unwrap_any_unmergeable () const;
H A Dregion-model.cc2961 lhs = lhs->unwrap_any_unmergeable (); in eval_condition_without_cm()
2962 rhs = rhs->unwrap_any_unmergeable (); in eval_condition_without_cm()
H A DChangeLog1393 unwrap_any_unmergeable.
5447 (svalue::unwrap_any_unmergeable): New.