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

  /src/external/gpl3/gcc/dist/gcc/config/rl78/
rl78.cc 2476 static unsigned char saved_update_index = NOT_KNOWN;
2487 saved_update_index = NOT_KNOWN;
2885 gcc_assert (saved_update_index == NOT_KNOWN);
2886 saved_update_index = index;
2894 if (saved_update_index != NOT_KNOWN)
2896 update_content (saved_update_index, saved_update_value, saved_update_mode);
2897 saved_update_index = NOT_KNOWN;
2468 static unsigned char saved_update_index = NOT_KNOWN; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/rl78/
rl78.cc 2476 static unsigned char saved_update_index = NOT_KNOWN;
2487 saved_update_index = NOT_KNOWN;
2885 gcc_assert (saved_update_index == NOT_KNOWN);
2886 saved_update_index = index;
2894 if (saved_update_index != NOT_KNOWN)
2896 update_content (saved_update_index, saved_update_value, saved_update_mode);
2897 saved_update_index = NOT_KNOWN;
2468 static unsigned char saved_update_index = NOT_KNOWN; variable

Completed in 43 milliseconds