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

  /src/external/gpl3/gcc/dist/gcc/
lto-streamer.h 1093 #define LCC_NOT_FOUND (-1)
1096 or LCC_NOT_FOUND if it is not there. */
1103 return (slot && *slot ? *(slot) - 1 : LCC_NOT_FOUND);
1146 if (ref == LCC_NOT_FOUND)
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer.h 1088 #define LCC_NOT_FOUND (-1)
1091 or LCC_NOT_FOUND if it is not there. */
1098 return (slot && *slot ? *(slot) - 1 : LCC_NOT_FOUND);
1141 if (ref == LCC_NOT_FOUND)

Completed in 25 milliseconds