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()
763 CPP_OPTION (pfile, input_charset), in read_file_guts()
932 if (CPP_OPTION (pfile, deps.style) > (sysp != 0) in _cpp_stack_file()
935 && !(file->main_file && CPP_OPTION (pfile, deps.ignore_main_file))) in _cpp_stack_file()
945 CPP_OPTION (pfile, preprocessed) in _cpp_stack_file()
946 && !CPP_OPTION (pfile, directives_only)); in _cpp_stack_file()
1077 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp); in open_file_failed()
1080 if (print_dep && CPP_OPTION (pfile, deps.missing_files) && errno == ENOENT) in open_file_failed()
1085 if (CPP_OPTION (pfile, deps.need_preprocessor_output)) in open_file_failed()
1099 if (CPP_OPTION (pfile, deps.style) == DEPS_NONE in open_file_failed()
1101 || CPP_OPTION (pfile, deps.need_preprocessor_output)) in open_file_failed()
1750 if (CPP_OPTION (pfile, print_include_names)) in validate_pch()