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

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 5713 static struct compiler *input_file_compiler;
6076 if (infile->incompiler == input_file_compiler)
6778 = (input_file_compiler->cpp_spec
6779 ? input_file_compiler->cpp_spec
7188 return (input_file_compiler
7189 && input_file_compiler->suffix
7190 && input_file_compiler->suffix[0] != '\0'
7191 && !strncmp (input_file_compiler->suffix + 1, atom,
7193 && input_file_compiler->suffix[end_atom - atom + 1] == '\0');
9022 if (lang_n_infiles > 0 && compiler != input_file_compiler
5691 static struct compiler *input_file_compiler; variable in typeref:struct:compiler
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 5627 static struct compiler *input_file_compiler;
5979 if (infile->incompiler == input_file_compiler)
6652 = (input_file_compiler->cpp_spec
6653 ? input_file_compiler->cpp_spec
7062 return (input_file_compiler
7063 && input_file_compiler->suffix
7064 && input_file_compiler->suffix[0] != '\0'
7065 && !strncmp (input_file_compiler->suffix + 1, atom,
7067 && input_file_compiler->suffix[end_atom - atom + 1] == '\0');
8895 if (lang_n_infiles > 0 && compiler != input_file_compiler
5605 static struct compiler *input_file_compiler; variable in typeref:struct:compiler
    [all...]

Completed in 32 milliseconds