Searched refs:warn_trigraphs (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | init.c | 169 CPP_OPTION (pfile, warn_trigraphs) = 2; in cpp_create_reader() 737 if (CPP_OPTION (pfile, warn_trigraphs) == 2) in post_options() 738 CPP_OPTION (pfile, warn_trigraphs) = !CPP_OPTION (pfile, trigraphs); in post_options() 745 CPP_OPTION (pfile, warn_trigraphs) = 0; in post_options()
|
| HD | lex.c | 861 if (CPP_OPTION (pfile, warn_trigraphs) in _cpp_process_line_notes()
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | init.c | 188 CPP_OPTION (pfile, warn_trigraphs) = 2; in cpp_create_reader() 793 if (CPP_OPTION (pfile, warn_trigraphs) == 2) in post_options() 794 CPP_OPTION (pfile, warn_trigraphs) = !CPP_OPTION (pfile, trigraphs); in post_options() 799 CPP_OPTION (pfile, warn_trigraphs) = 0; in post_options()
|
| HD | lex.c | 1141 if (CPP_OPTION (pfile, warn_trigraphs) in _cpp_process_line_notes()
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-opts.c | 412 cpp_opts->warn_trigraphs = value; in c_common_handle_option() 521 cpp_opts->warn_trigraphs = value; in c_common_handle_option()
|
| /dragonfly/contrib/gcc-4.7/libcpp/include/ |
| HD | cpplib.h | 346 unsigned char warn_trigraphs; member
|
| /dragonfly/contrib/gcc-8.0/libcpp/include/ |
| HD | cpplib.h | 372 unsigned char warn_trigraphs; member
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c.opt | 1080 C ObjC C++ ObjC++ CPP(warn_trigraphs) CppReason(CPP_W_TRIGRAPHS) Var(cpp_warn_trigraphs) Init(2) Wa…
|