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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-impl-calls.cc 823 const svalue *str_sval = cd.get_arg_svalue (0); local
825 = model->deref_rvalue (str_sval, cd.get_arg_tree (0),
827 /* We want str_sval + OFFSET for some unknown OFFSET.
837 str_sval, offset);
program-state.cc 1657 const svalue *str_sval = model->get_rvalue (string_cst_ptr, NULL); local
1658 model->set_value (p_reg, str_sval, NULL);
region-model.cc 4755 const svalue *str_sval = m.get_rvalue (string_cst, NULL); local
4756 tree rep = m.get_representative_tree (str_sval);
4764 const svalue *str_sval = m.get_rvalue (string_cst_ptr, NULL); local
4765 tree rep = m.get_representative_tree (str_sval);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-state.cc 1866 const svalue *str_sval = model->get_rvalue (string_cst_ptr, NULL); local
1867 model->set_value (p_reg, str_sval, NULL);
kf.cc 1189 const svalue *str_sval = cd.get_arg_svalue (0); local
1191 = model->deref_rvalue (str_sval, cd.get_arg_tree (0),
1193 /* We want str_sval + OFFSET for some unknown OFFSET.
1203 str_sval, offset);
1746 const svalue *str_sval = cd.get_arg_svalue (0); local
1748 = model->deref_rvalue (str_sval, cd.get_arg_tree (0),
1750 /* We want str_sval + OFFSET for some unknown OFFSET.
1760 str_sval, offset);
1883 const svalue *str_sval = cd.get_arg_svalue (0); variable
1892 if (!model->add_constraint (str_sval,
    [all...]
region-model.cc 7429 const svalue *str_sval = m.get_rvalue (string_cst, NULL); local
7430 tree rep = m.get_representative_tree (str_sval);
7438 const svalue *str_sval = m.get_rvalue (string_cst_ptr, NULL); local
7439 tree rep = m.get_representative_tree (str_sval);

Completed in 41 milliseconds