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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.cc 769 /* Base implementation of svalue::all_zeroes_p.
773 svalue::all_zeroes_p () const function in class:ana::svalue
1057 /* Implementation of svalue::all_zeroes_p for constant_svalue. */
1060 constant_svalue::all_zeroes_p () const function in class:ana::constant_svalue
1531 /* Implementation of svalue::all_zeroes_p for repeated_svalue. */
1534 repeated_svalue::all_zeroes_p () const function in class:ana::repeated_svalue
1536 return m_inner_svalue->all_zeroes_p ();
1552 if (all_zeroes_p ())
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.cc 657 /* Base implementation of svalue::all_zeroes_p.
661 svalue::all_zeroes_p () const function in class:ana::svalue
893 /* Implementation of svalue::all_zeroes_p for constant_svalue. */
896 constant_svalue::all_zeroes_p () const function in class:ana::constant_svalue
1359 /* Implementation of svalue::all_zeroes_p for repeated_svalue. */
1362 repeated_svalue::all_zeroes_p () const function in class:ana::repeated_svalue
1364 return m_inner_svalue->all_zeroes_p ();
1380 if (all_zeroes_p ())

Completed in 24 milliseconds