Home
last modified time | relevance | path

Searched refs:warn_trigraphs (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Dinit.c155 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()
H A Dlex.c286 if (CPP_OPTION (pfile, warn_trigraphs) in _cpp_process_line_notes()
/openbsd/gnu/gcc/gcc/
H A Dc-opts.c427 cpp_opts->warn_trigraphs = value; in c_common_handle_option()
521 cpp_opts->warn_trigraphs = value; in c_common_handle_option()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h299 unsigned char warn_trigraphs; member
H A Dc-opts.c753 cpp_opts->warn_trigraphs = on;
983 cpp_opts->warn_trigraphs = on;
H A Dcpplex.c144 if (CPP_OPTION (pfile, warn_trigraphs) && !pfile->state.lexing_comment)
/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h321 unsigned char warn_trigraphs; member