Lines Matching refs:CPP_OPTION
394 if (CPP_OPTION (pfile, remap) && (path = remap_filename (pfile, file))) in find_file_in_dir()
411 if ((CPP_OPTION (pfile, canonical_system_headers) && file->dir->sysp) in find_file_in_dir()
793 CPP_OPTION (pfile, input_charset)); in read_file()
969 if (CPP_OPTION (pfile, deps.style) > (sysp != 0) in _cpp_stack_file()
973 && CPP_OPTION (pfile, deps.ignore_main_file))) in _cpp_stack_file()
983 CPP_OPTION (pfile, preprocessed) in _cpp_stack_file()
984 && !CPP_OPTION (pfile, directives_only)); in _cpp_stack_file()
1215 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp); in open_file_failed()
1218 if (print_dep && CPP_OPTION (pfile, deps.missing_files) && errno == ENOENT) in open_file_failed()
1223 if (CPP_OPTION (pfile, deps.need_preprocessor_output)) in open_file_failed()
1237 if (CPP_OPTION (pfile, deps.style) == DEPS_NONE in open_file_failed()
1239 || CPP_OPTION (pfile, deps.need_preprocessor_output)) in open_file_failed()
1890 if (CPP_OPTION (pfile, print_include_names)) in validate_pch()