Searched refs:warn_trigraphs (Results 1 – 7 of 7) sorted by relevance
155 CPP_OPTION (pfile, warn_trigraphs) = 2; in cpp_create_reader()626 if (CPP_OPTION (pfile, warn_trigraphs) == 2) in post_options()627 CPP_OPTION (pfile, warn_trigraphs) = !CPP_OPTION (pfile, trigraphs); in post_options()636 CPP_OPTION (pfile, warn_trigraphs) = 0; in post_options()
286 if (CPP_OPTION (pfile, warn_trigraphs) in _cpp_process_line_notes()
427 cpp_opts->warn_trigraphs = value; in c_common_handle_option()521 cpp_opts->warn_trigraphs = value; in c_common_handle_option()
299 unsigned char warn_trigraphs; member
753 cpp_opts->warn_trigraphs = on;983 cpp_opts->warn_trigraphs = on;
144 if (CPP_OPTION (pfile, warn_trigraphs) && !pfile->state.lexing_comment)
321 unsigned char warn_trigraphs; member