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

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 5706 static const char *input_suffix;
7178 return (input_suffix
7179 && !strncmp (input_suffix, atom, end_atom - atom)
7180 && input_suffix[end_atom - atom] == '\0');
8135 input_suffix = p + 1;
8138 input_suffix = "";
11412 input_suffix = NULL;
5684 static const char *input_suffix; variable
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 5620 static const char *input_suffix;
7052 return (input_suffix
7053 && !strncmp (input_suffix, atom, end_atom - atom)
7054 && input_suffix[end_atom - atom] == '\0');
8009 input_suffix = p + 1;
8012 input_suffix = "";
11249 input_suffix = NULL;
5598 static const char *input_suffix; variable

Completed in 80 milliseconds