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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
ranges.cc 113 symbolic_byte_offset::maybe_get_constant () const function in class:ana::symbolic_byte_offset
115 return m_num_bytes_sval->maybe_get_constant ();
139 if (tree size_cst = m_size.maybe_get_constant ())
177 tree cst = m_size.maybe_get_constant ();
svalue.cc 210 svalue::maybe_get_constant () const function in class:ana::svalue
290 if (tree cst0 = maybe_get_constant ())
293 if (tree cst1 = other->maybe_get_constant ())
310 if (maybe_get_constant () && other->maybe_get_constant ())
1322 if (tree cst = m_arg->maybe_get_constant ())
1731 tree base_cst = m_base_sval->maybe_get_constant ();
1734 tree iter_cst = m_iter_sval->maybe_get_constant ();
1757 tree base_cst = m_base_sval->maybe_get_constant ();
1760 tree iter_cst = m_iter_sval->maybe_get_constant ();
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.cc 108 svalue::maybe_get_constant () const function in class:ana::svalue
188 if (tree cst0 = maybe_get_constant ())
191 if (tree cst1 = other->maybe_get_constant ())
208 if (maybe_get_constant () && other->maybe_get_constant ())
1153 if (tree cst = m_arg->maybe_get_constant ())
1558 tree base_cst = m_base_sval->maybe_get_constant ();
1561 tree iter_cst = m_iter_sval->maybe_get_constant ();
1584 tree base_cst = m_base_sval->maybe_get_constant ();
1587 tree iter_cst = m_iter_sval->maybe_get_constant ();
    [all...]

Completed in 53 milliseconds