Searched refs:warn_trigraphs (Results 1 – 4 of 4) sorted by relevance
159 CPP_OPTION (pfile, warn_trigraphs) = 2; in cpp_create_reader()640 if (CPP_OPTION (pfile, warn_trigraphs) == 2) in post_options()641 CPP_OPTION (pfile, warn_trigraphs) = !CPP_OPTION (pfile, trigraphs); in post_options()650 CPP_OPTION (pfile, warn_trigraphs) = 0; in post_options()
298 if (CPP_OPTION (pfile, warn_trigraphs) in _cpp_process_line_notes()
429 cpp_opts->warn_trigraphs = value; in c_common_handle_option()531 cpp_opts->warn_trigraphs = value; in c_common_handle_option()
321 unsigned char warn_trigraphs; member