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

  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 7767 bool next_is_end_p;
7773 /* NEXT_IS_END_P is true if NEXT_IO describes the end of the block. */
7774 next_is_end_p = true;
7793 next_is_end_p = false;
7804 if (next_is_end_p)
7810 next_is_end_p = false;
7690 bool next_is_end_p; local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 7765 bool next_is_end_p;
7771 /* NEXT_IS_END_P is true if NEXT_IO describes the end of the block. */
7772 next_is_end_p = true;
7791 next_is_end_p = false;
7802 if (next_is_end_p)
7808 next_is_end_p = false;
7688 bool next_is_end_p; local

Completed in 42 milliseconds