HomeSort by: relevance | last modified time | path
    Searched defs:iter_sval (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-reachability.cc 194 const svalue *iter_sval = (*iter).second; local
195 handle_sval (iter_sval);
260 const svalue *iter_sval = (*iter).second; local
261 handle_sval (iter_sval);
program-state.cc 587 const svalue *iter_sval = (*iter).first; local
588 if (!iter_sval->live_p (&live_svalues, model))
590 svals_to_unset.add (iter_sval);
593 leaked_svals.quick_push (iter_sval);
596 if (uncertainty->unknown_sm_state_p (iter_sval))
597 svals_to_unset.add (iter_sval);
store.cc 1458 const svalue *iter_sval = (*iter).second; local
1469 bind_key (effective_concrete_key, iter_sval);
1575 const svalue *iter_sval = iter.second; local
1576 if (iter_sval->involves_p (sval))
1578 iter_sval->get_type ()));
2062 const svalue *iter_sval = (*iter).second; local
2065 (iter_sval->get_type ());
2075 = iter_sval->dyn_cast_region_svalue ())
region-model.cc 273 const svalue *iter_sval = iter.second; local
277 if (iter_sval == *other_slot)
278 out->put (iter_reg, iter_sval);
295 const svalue *iter_sval = iter.second; local
296 if (iter_reg->involves_p (sval) || iter_sval->involves_p (sval))
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-reachability.cc 198 const svalue *iter_sval = (*iter).second; local
199 handle_sval (iter_sval);
264 const svalue *iter_sval = (*iter).second; local
265 handle_sval (iter_sval);
program-state.cc 574 const svalue *iter_sval = (*iter).first; local
575 if (!iter_sval->live_p (&live_svalues, model))
577 svals_to_unset.add (iter_sval);
580 leaked_svals.quick_push (iter_sval);
583 if (uncertainty->unknown_sm_state_p (iter_sval))
584 svals_to_unset.add (iter_sval);
store.cc 1308 const svalue *iter_sval = (*iter).second; local
1319 bind_key (effective_concrete_key, iter_sval);
1416 const svalue *iter_sval = iter.second; local
1417 if (iter_sval->involves_p (sval))
1419 iter_sval->get_type ()));
1881 const svalue *iter_sval = (*iter).second; local
1884 (iter_sval->get_type ());
1894 = iter_sval->dyn_cast_region_svalue ())
region-model.cc 221 const svalue *iter_sval = iter.second; local
224 if (iter_sval == *other_slot)
225 out->put (iter_reg, iter_sval);
239 const svalue *iter_sval = iter.second; local
240 if (iter_reg->involves_p (sval) || iter_sval->involves_p (sval))

Completed in 49 milliseconds