Searched refs:cst_sid (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.cc839 svalue_id cst_sid = get_sid_for_constant (constant); local
842 get_or_add_equiv_class (cst_sid));
871 svalue_id cst_sid = get_sid_for_constant (constant); local
874 get_or_add_equiv_class (cst_sid));
H A Dregion-model.cc4236 svalue_id cst_sid = get_rvalue (rhs1, ctxt); local
4237 set_value (lhs_rid, cst_sid, ctxt);
4974 svalue_id cst_sid = get_or_create_constant_svalue (expr); local
4975 cst_region->set_value (*this, cst_rid, cst_sid, ctxt);
5165 svalue_id cst_sid = add_svalue (new constant_svalue (cst_expr));
5166 return cst_sid;

Completed in 130 milliseconds