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

  /src/external/gpl3/gcc/dist/gcc/fortran/
cpp.cc 84 int preprocess_only; /* -E */ member in struct:gfc_cpp_option_data
216 return gfc_cpp_option.preprocess_only;
272 gfc_cpp_option.preprocess_only = 0;
403 gfc_cpp_option.preprocess_only = 1;
666 && gfc_cpp_option.preprocess_only && !gfc_cpp_option.no_line_commands)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
cpp.cc 84 int preprocess_only; /* -E */ member in struct:gfc_cpp_option_data
216 return gfc_cpp_option.preprocess_only;
272 gfc_cpp_option.preprocess_only = 0;
403 gfc_cpp_option.preprocess_only = 1;
666 && gfc_cpp_option.preprocess_only && !gfc_cpp_option.no_line_commands)

Completed in 19 milliseconds